#C0CC9B

Color #C0CC9B Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #C0CC9B

Tints of Sprout #C0CC9B

Color information

#C0CC9B (or 0xC0CC9B) is unknown color: approx Sprout. HEX triplet: C0, CC and 9B. RGB value is (192,204,155). Sum of RGB (Red+Green+Blue) = 192+204+155=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC9B is #3F3364. Grayscale: #C3C3C3. Windows color (decimal): -4141925 or 10210496. OLE color: 10210496.

HSL color Cylindrical-coordinate representation of color #C0CC9B: hue angle of 74.69º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0CC9B is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB192204155-
CMYK0.0600.240.2
HSL74.69º32.45%70.39%-
HSV(B)74.69º24.02%80%-
XYZ49.2556.7639.37-
YUV194.83105.52125.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 34.85%
GREEN value IS 204 (80.08% from 255) = 37.02%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=34.85%
G=37.02%
B=28.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1922041550.0600.240.274.6932.4570.39
HexC0CC9B6018144b2046
Octal30031423360302411340106
Binary1100000011001100100110111100110001010010010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CC9B; }

 p { color: rgb(192,204,155); }

 H1.HeaderClassName
 {
   color: #C0CC9B;
 }
 .AnyTagClassName
 {
   color: #C0CC9B;
 }
</style>
background-color css

<style>
 a { background-color: #C0CC9B; }

 a { background-color: rgb(192,204,155); }

 div.DivClassName
 {
   background-color: #C0CC9B;
 }
 .BgClassName
 {
   background-color: #C0CC9B;
 }
</style>
border-color css

<style>
 span { border-color: #C0CC9B; }

 span { border-color: rgb(192,204,155); }

 td.TdClassName
 {
   border-color: #C0CC9B;
 }
 .TagClassName
 {
   border-color: #C0CC9B;
 }
</style>