COLOR #C0CE5A

HEX: #C0CE5A
RGB: (192,206,90)

Color info

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

RGB color model

#C0CE5A color RGB value is (192,206,90).

  • red value is 192;
  • green value is 206;
  • blue value is 90.
RGB:
(192,206,90)
(75%,81%,35%)

RGB channels and saturation

R 192 of 255 = 75%
G 206 of 255 = 81%
B 90 of 255 = 35%

192
206
90

R + G + B ~ 64%. #C0CE5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 206 + 90 = 488 (100%)
R 192 of 488 ~ 39.34%
G 206 of 488 ~ 42.21%
B 90 of 488 ~ 18.44%

%39.34
%42.21
%18.44

CMYK color model

#C0CE5A color CMYK value is (7,0,56,19).

  • cyan value is 6.80%
  • magenta value is 0.00%
  • yellow value is 56.31%
  • key color value is 19.22%
CMYK:
(7,0,56,19)
C7M0Y56K19 
(7%,0%,56%,19%)
(0.07/0.00/0.56/0.19)	

CMYK percentages

%6.8
%0
%56.31
%19.22

Codes

Color #C0CE5A in popluar color models

C0CE5A
RGB19220690
HSL67°54.21%58.04%
HSB/HSV67°56.31%80.78%
CMYK6.80%0.00%56.31%
19.22%

Color #C0CE5A in popluar number systems.

HEXC0CE5A
Decimal19220690
Binary11000000110011101011010
Octal300316132

Shades and tints

Shades of #C0CE5A

#C0CE5A
(192,206,90)
#AFBC52
(175,188,82)
#9EAA4A
(158,170,74)
#8D9842
(141,152,66)
#7C863A
(124,134,58)
#6B7432
(107,116,50)
#5A622A
(90,98,42)
#495022
(73,80,34)
#383E1A
(56,62,26)
#272C12
(39,44,18)
#161A0A
(22,26,10)
#000000
(0,0,0)

Tints of #C0CE5A

#C0CE5A
(192,206,90)
#C5D269
(197,210,105)
#CAD678
(202,214,120)
#CFDA87
(207,218,135)
#D4DE96
(212,222,150)
#D9E2A5
(217,226,165)
#DEE6B4
(222,230,180)
#E3EAC3
(227,234,195)
#E8EED2
(232,238,210)
#EDF2E1
(237,242,225)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CE5A color. Also use rgb(192,206,90) instead hex code.

Text Font Color

.myTextColor { color: #C0CE5A; }

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

This text font color is #C0CE5A.


Background Color

.myBgColor { background-color: #C0CE5A; }

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

This div background color is #C0CE5A.


Border color

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

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

This div border color is #C0CE5A.


Opacity

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

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

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

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

This text has shadow with #C0CE5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CE5A on black background.


Color preview on white background

This text has color #C0CE5A on white background.



Black color preview on #C0CE5A background

This text has black color on #C0CE5A background.


White color preview on #C0CE5A background

This text has white color on #C0CE5A background.