#C5D59A

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

Shades of Sprout #C5D59A

Tints of Sprout #C5D59A

Color information

#C5D59A (or 0xC5D59A) is unknown color: approx Sprout. HEX triplet: C5, D5 and 9A. RGB value is (197,213,154). Sum of RGB (Red+Green+Blue) = 197+213+154=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 213 (83.59% from 255 or 37.77% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D59A is #3A2A65. Grayscale: #C9C9C9. Windows color (decimal): -3811942 or 10147269. OLE color: 10147269.

HSL color Cylindrical-coordinate representation of color #C5D59A: hue angle of 76.27º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5D59A is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB197213154-
CMYK0.0800.280.16
HSL76.27º41.26%71.96%-
HSV(B)76.27º27.7%83.53%-
XYZ52.6561.7939.72-
YUV201.49101.2124.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 213 (83.59% from 255) = 37.77%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=34.93%
G=37.77%
B=27.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972131540.0800.280.1676.2741.2671.96
HexC5D59A801C104c2948
Octal305325232100342011451110
Binary11000101110101011001101010000111001000010011001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D59A; }

 p { color: rgb(197,213,154); }

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

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

 a { background-color: rgb(197,213,154); }

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

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

 span { border-color: rgb(197,213,154); }

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