COLOR #C0C66E

HEX: #C0C66E
RGB: (192,198,110)

Color info

#C0C66E contains mainly red and green colors. Web safe color of #C0C66E is #CCCC66 (or #CC6).

RGB color model

#C0C66E color RGB value is (192,198,110).

  • red value is 192;
  • green value is 198;
  • blue value is 110.
RGB:
(192,198,110)
(75%,78%,43%)

RGB channels and saturation

R 192 of 255 = 75%
G 198 of 255 = 78%
B 110 of 255 = 43%

192
198
110

R + G + B ~ 65%. #C0C66E is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 198 + 110 = 500 (100%)
R 192 of 500 ~ 38.4%
G 198 of 500 ~ 39.6%
B 110 of 500 ~ 22%

%38.4
%39.6
%22

CMYK color model

#C0C66E color CMYK value is (3,0,44,22).

  • cyan value is 3.03%
  • magenta value is 0.00%
  • yellow value is 44.44%
  • key color value is 22.35%
CMYK:
(3,0,44,22)
C3M0Y44K22 
(3%,0%,44%,22%)
(0.03/0.00/0.44/0.22)	

CMYK percentages

%3.03
%0
%44.44
%22.35

Codes

Color #C0C66E in popluar color models

C0C66E
RGB192198110
HSL64°43.56%60.39%
HSB/HSV64°44.44%77.65%
CMYK3.03%0.00%44.44%
22.35%

Color #C0C66E in popluar number systems.

HEXC0C66E
Decimal192198110
Binary11000000110001101101110
Octal300306156

Shades and tints

Shades of #C0C66E

#C0C66E
(192,198,110)
#AFB464
(175,180,100)
#9EA25A
(158,162,90)
#8D9050
(141,144,80)
#7C7E46
(124,126,70)
#6B6C3C
(107,108,60)
#5A5A32
(90,90,50)
#494828
(73,72,40)
#38361E
(56,54,30)
#272414
(39,36,20)
#16120A
(22,18,10)
#000000
(0,0,0)

Tints of #C0C66E

#C0C66E
(192,198,110)
#C5CB7B
(197,203,123)
#CAD088
(202,208,136)
#CFD595
(207,213,149)
#D4DAA2
(212,218,162)
#D9DFAF
(217,223,175)
#DEE4BC
(222,228,188)
#E3E9C9
(227,233,201)
#E8EED6
(232,238,214)
#EDF3E3
(237,243,227)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C66E color. Also use rgb(192,198,110) instead hex code.

Text Font Color

.myTextColor { color: #C0C66E; }

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

This text font color is #C0C66E.


Background Color

.myBgColor { background-color: #C0C66E; }

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

This div background color is #C0C66E.


Border color

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

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

This div border color is #C0C66E.


Opacity

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

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

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

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

This text has shadow with #C0C66E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C66E on black background.


Color preview on white background

This text has color #C0C66E on white background.



Black color preview on #C0C66E background

This text has black color on #C0C66E background.


White color preview on #C0C66E background

This text has white color on #C0C66E background.