#C5D39C

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

Shades of Sprout #C5D39C

Tints of Sprout #C5D39C

Color information

#C5D39C (or 0xC5D39C) is unknown color: approx Sprout. HEX triplet: C5, D3 and 9C. RGB value is (197,211,156). Sum of RGB (Red+Green+Blue) = 197+211+156=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D39C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D39C is #3A2C63. Grayscale: #C8C8C8. Windows color (decimal): -3812452 or 10277829. OLE color: 10277829.

HSL color Cylindrical-coordinate representation of color #C5D39C: hue angle of 75.27º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5D39C is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB197211156-
CMYK0.0700.260.17
HSL75.27º38.46%71.96%-
HSV(B)75.27º26.07%82.75%-
XYZ52.3260.8640.44-
YUV200.54102.86125.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 211 (82.81% from 255) = 37.41%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=34.93%
G=37.41%
B=27.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972111560.0700.260.1775.2738.4671.96
HexC5D39C701A114b2648
Octal30532323470322111346110
Binary1100010111010011100111001110110101000110010111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D39C; }

 p { color: rgb(197,211,156); }

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

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

 a { background-color: rgb(197,211,156); }

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

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

 span { border-color: rgb(197,211,156); }

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