COLOR #C0D092

HEX: #C0D092
RGB: (192,208,146)

Color info

#C0D092 contains mainly red and green colors. Web safe color of #C0D092 is #CCCC99 (or #CC9).

RGB color model

#C0D092 color RGB value is (192,208,146).

  • red value is 192;
  • green value is 208;
  • blue value is 146.
RGB:
(192,208,146)
(75%,82%,57%)

RGB channels and saturation

R 192 of 255 = 75%
G 208 of 255 = 82%
B 146 of 255 = 57%

192
208
146

R + G + B ~ 71%. #C0D092 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 208 + 146 = 546 (100%)
R 192 of 546 ~ 35.16%
G 208 of 546 ~ 38.1%
B 146 of 546 ~ 26.74%

%35.16
%38.1
%26.74

CMYK color model

#C0D092 color CMYK value is (8,0,30,18).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 18.43%
CMYK:
(8,0,30,18)
C8M0Y30K18 
(8%,0%,30%,18%)
(0.08/0.00/0.30/0.18)	

CMYK percentages

%7.69
%0
%29.81
%18.43

Codes

Color #C0D092 in popluar color models

C0D092
RGB192208146
HSL75°39.74%69.41%
HSB/HSV75°29.81%81.57%
CMYK7.69%0.00%29.81%
18.43%

Color #C0D092 in popluar number systems.

HEXC0D092
Decimal192208146
Binary110000001101000010010010
Octal300320222

Shades and tints

Shades of #C0D092

#C0D092
(192,208,146)
#AFBE85
(175,190,133)
#9EAC78
(158,172,120)
#8D9A6B
(141,154,107)
#7C885E
(124,136,94)
#6B7651
(107,118,81)
#5A6444
(90,100,68)
#495237
(73,82,55)
#38402A
(56,64,42)
#272E1D
(39,46,29)
#161C10
(22,28,16)
#000000
(0,0,0)

Tints of #C0D092

#C0D092
(192,208,146)
#C5D49B
(197,212,155)
#CAD8A4
(202,216,164)
#CFDCAD
(207,220,173)
#D4E0B6
(212,224,182)
#D9E4BF
(217,228,191)
#DEE8C8
(222,232,200)
#E3ECD1
(227,236,209)
#E8F0DA
(232,240,218)
#EDF4E3
(237,244,227)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0D092 color. Also use rgb(192,208,146) instead hex code.

Text Font Color

.myTextColor { color: #C0D092; }

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

This text font color is #C0D092.


Background Color

.myBgColor { background-color: #C0D092; }

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

This div background color is #C0D092.


Border color

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

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

This div border color is #C0D092.


Opacity

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

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

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

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

This text has shadow with #C0D092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0D092 on black background.


Color preview on white background

This text has color #C0D092 on white background.



Black color preview on #C0D092 background

This text has black color on #C0D092 background.


White color preview on #C0D092 background

This text has white color on #C0D092 background.