COLOR #C2C51C

HEX: #C2C51C
RGB: (194,197,28)

Color info

#C2C51C contains mainly red and green colors. Web safe color of #C2C51C is #CCCC33 (or #CC3).

RGB color model

#C2C51C color RGB value is (194,197,28).

  • red value is 194;
  • green value is 197;
  • blue value is 28.
RGB:
(194,197,28)
(76%,77%,11%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 28 of 255 = 11%

194
197
28

R + G + B ~ 55%. #C2C51C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
194 + 197 + 28 = 419 (100%)
R 194 of 419 ~ 46.3%
G 197 of 419 ~ 47.02%
B 28 of 419 ~ 6.68%

%46.3
%47.02

CMYK color model

#C2C51C color CMYK value is (2,0,86,23).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 85.79%
  • key color value is 22.75%
CMYK:
(2,0,86,23)
C2M0Y86K23 
(2%,0%,86%,23%)
(0.02/0.00/0.86/0.23)	

CMYK percentages

%1.52
%0
%85.79
%22.75

Codes

Color #C2C51C in popluar color models

C2C51C
RGB19419728
HSL61°75.11%44.12%
HSB/HSV61°85.79%77.25%
CMYK1.52%0.00%85.79%
22.75%

Color #C2C51C in popluar number systems.

HEXC2C51C
Decimal19419728
Binary110000101100010111100
Octal30230534

Shades and tints

Shades of #C2C51C

#C2C51C
(194,197,28)
#B1B41A
(177,180,26)
#A0A318
(160,163,24)
#8F9216
(143,146,22)
#7E8114
(126,129,20)
#6D7012
(109,112,18)
#5C5F10
(92,95,16)
#4B4E0E
(75,78,14)
#3A3D0C
(58,61,12)
#292C0A
(41,44,10)
#181B08
(24,27,8)
#000000
(0,0,0)

Tints of #C2C51C

#C2C51C
(194,197,28)
#C7CA30
(199,202,48)
#CCCF44
(204,207,68)
#D1D458
(209,212,88)
#D6D96C
(214,217,108)
#DBDE80
(219,222,128)
#E0E394
(224,227,148)
#E5E8A8
(229,232,168)
#EAEDBC
(234,237,188)
#EFF2D0
(239,242,208)
#F4F7E4
(244,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C51C color. Also use rgb(194,197,28) instead hex code.

Text Font Color

.myTextColor { color: #C2C51C; }

<p style="color:#C2C51C">This sample text font color is #C2C51C.</p>

This text font color is #C2C51C.


Background Color

.myBgColor { background-color: #C2C51C; }

<div style="background-color:#C2C51C">Inner text</div>

This div background color is #C2C51C.


Border color

.myBorderColor { border: 1px solid #C2C51C; }

<div style="border:3px solid #C2C51C">Div</div>

This div border color is #C2C51C.


Opacity

.myOpacity80 { color: #C2C51C; opacity: 0.8; }

<p style="color:#C2C51C;opacity:0.8;">80%</p>

Text with #C2C51C color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C2C51C;}

<p style="text-shadow: 3px 3px 1px #C2C51C">Text here.</p>

This text has shadow with #C2C51C color.

.textShadow {text-shadow: 3px 3px 1px #C2C51C, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C2C51C, 5px 5px 20px red">Text here.</p>

This text has shadow with #C2C51C primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C2C51C, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C2C51C, Direction=45, Strength=4)">Text</p>

This text has shadow with #C2C51C and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C2C51C;
  -webkit-box-shadow:	1px 1px 3px 2px #C2C51C;
  box-shadow:		1px 1px 3px 2px #C2C51C;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C2C51C;
-webkit-box-shadow: 1px 1px 3px 2px #C2C51C;
box-shadow:1px 1px 3px 2px #C2C51C;">
Div content here</div>
This div box has shadow with color #C2C51C.

Preview

Color preview on black background

This text has color #C2C51C on black background.


Color preview on white background

This text has color #C2C51C on white background.



Black color preview on #C2C51C background

This text has black color on #C2C51C background.


White color preview on #C2C51C background

This text has white color on #C2C51C background.