#C0DB95

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

Shades of Sprout #C0DB95

Tints of Sprout #C0DB95

Color information

#C0DB95 (or 0xC0DB95) is unknown color: approx Sprout. HEX triplet: C0, DB and 95. RGB value is (192,219,149). Sum of RGB (Red+Green+Blue) = 192+219+149=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB95 is #3F246A. Grayscale: #CBCBCB. Windows color (decimal): -4138091 or 9821120. OLE color: 9821120.

HSL color Cylindrical-coordinate representation of color #C0DB95: hue angle of 83.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0DB95 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB192219149-
CMYK0.1200.320.14
HSL83.14º49.3%72.16%-
HSV(B)83.14º31.96%85.88%-
XYZ52.4964.0438.03-
YUV202.9597.55120.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.29%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=34.29%
G=39.11%
B=26.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922191490.1200.320.1483.1449.372.16
HexC0DB95C020E533148
Octal300333225140401612361110
Binary11000000110110111001010111000100000111010100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DB95; }

 p { color: rgb(192,219,149); }

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

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

 a { background-color: rgb(192,219,149); }

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

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

 span { border-color: rgb(192,219,149); }

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