#C5DB95

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

Shades of Sprout #C5DB95

Tints of Sprout #C5DB95

Color information

#C5DB95 (or 0xC5DB95) is unknown color: approx Sprout. HEX triplet: C5, DB and 95. RGB value is (197,219,149). Sum of RGB (Red+Green+Blue) = 197+219+149=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 149 (58.59% from 255 or 26.37% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB95 is #3A246A. Grayscale: #CCCCCC. Windows color (decimal): -3810411 or 9821125. OLE color: 9821125.

HSL color Cylindrical-coordinate representation of color #C5DB95: hue angle of 78.86º 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 #C5DB95 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB197219149-
CMYK0.1000.320.14
HSL78.86º49.3%72.16%-
HSV(B)78.86º31.96%85.88%-
XYZ53.7864.738.09-
YUV204.4496.71122.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 219 (85.94% from 255) = 38.76%
BLUE value IS 149 (58.59% from 255) = 26.37%
R=34.87%
G=38.76%
B=26.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191490.1000.320.1478.8649.372.16
HexC5DB95A020E4f3148
Octal305333225120401611761110
Binary11000101110110111001010110100100000111010011111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DB95; }

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

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

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

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

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

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

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

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