#C0CD96

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

Shades of Sprout #C0CD96

Tints of Sprout #C0CD96

Color information

#C0CD96 (or 0xC0CD96) is unknown color: approx Sprout. HEX triplet: C0, CD and 96. RGB value is (192,205,150). Sum of RGB (Red+Green+Blue) = 192+205+150=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD96 is #3F3269. Grayscale: #C3C3C3. Windows color (decimal): -4141674 or 9883072. OLE color: 9883072.

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

Color convert

RGB192205150-
CMYK0.0600.270.20
HSL74.18º35.48%69.61%-
HSV(B)74.18º26.83%80.39%-
XYZ49.0757.0737.28-
YUV194.84102.69125.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 205 (80.47% from 255) = 37.48%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=35.10%
G=37.48%
B=27.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922051500.0600.270.2074.1835.4869.61
HexC0CD96601B144a2346
Octal30031522660332411243106
Binary1100000011001101100101101100110111010010010101000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CD96; }

 p { color: rgb(192,205,150); }

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

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

 a { background-color: rgb(192,205,150); }

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

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

 span { border-color: rgb(192,205,150); }

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