COLOR #C0C539

HEX: #C0C539
RGB: (192,197,57)

Color info

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

RGB color model

#C0C539 color RGB value is (192,197,57).

  • red value is 192;
  • green value is 197;
  • blue value is 57.
RGB:
(192,197,57)
(75%,77%,22%)

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 57 of 255 = 22%

192
197
57

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

Portions of RGB colors in percentages

R + G + B =
192 + 197 + 57 = 446 (100%)
R 192 of 446 ~ 43.05%
G 197 of 446 ~ 44.17%
B 57 of 446 ~ 12.78%

%43.05
%44.17
%12.78

CMYK color model

#C0C539 color CMYK value is (3,0,71,23).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 71.07%
  • key color value is 22.75%
CMYK:
(3,0,71,23)
C3M0Y71K23 
(3%,0%,71%,23%)
(0.03/0.00/0.71/0.23)	

CMYK percentages

%2.54
%0
%71.07
%22.75

Codes

Color #C0C539 in popluar color models

C0C539
RGB19219757
HSL62°55.12%49.80%
HSB/HSV62°71.07%77.25%
CMYK2.54%0.00%71.07%
22.75%

Color #C0C539 in popluar number systems.

HEXC0C539
Decimal19219757
Binary1100000011000101111001
Octal30030571

Shades and tints

Shades of #C0C539

#C0C539
(192,197,57)
#AFB434
(175,180,52)
#9EA32F
(158,163,47)
#8D922A
(141,146,42)
#7C8125
(124,129,37)
#6B7020
(107,112,32)
#5A5F1B
(90,95,27)
#494E16
(73,78,22)
#383D11
(56,61,17)
#272C0C
(39,44,12)
#161B07
(22,27,7)
#000000
(0,0,0)

Tints of #C0C539

#C0C539
(192,197,57)
#C5CA4B
(197,202,75)
#CACF5D
(202,207,93)
#CFD46F
(207,212,111)
#D4D981
(212,217,129)
#D9DE93
(217,222,147)
#DEE3A5
(222,227,165)
#E3E8B7
(227,232,183)
#E8EDC9
(232,237,201)
#EDF2DB
(237,242,219)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C539 color. Also use rgb(192,197,57) instead hex code.

Text Font Color

.myTextColor { color: #C0C539; }

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

This text font color is #C0C539.


Background Color

.myBgColor { background-color: #C0C539; }

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

This div background color is #C0C539.


Border color

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

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

This div border color is #C0C539.


Opacity

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

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

Text with #C0C539 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 #C0C539;}

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

This text has shadow with #C0C539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C539 on black background.


Color preview on white background

This text has color #C0C539 on white background.



Black color preview on #C0C539 background

This text has black color on #C0C539 background.


White color preview on #C0C539 background

This text has white color on #C0C539 background.