#C5D597

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

Shades of Sprout #C5D597

Tints of Sprout #C5D597

Color information

#C5D597 (or 0xC5D597) is unknown color: approx Sprout. HEX triplet: C5, D5 and 97. RGB value is (197,213,151). Sum of RGB (Red+Green+Blue) = 197+213+151=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 213 (83.59% from 255 or 37.97% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D597 is #3A2A68. Grayscale: #C9C9C9. Windows color (decimal): -3811945 or 9950661. OLE color: 9950661.

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

Color convert

RGB197213151-
CMYK0.0800.290.16
HSL75.48º42.47%71.37%-
HSV(B)75.48º29.11%83.53%-
XYZ52.4161.6938.42-
YUV201.1599.7125.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 213 (83.59% from 255) = 37.97%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=35.12%
G=37.97%
B=26.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972131510.0800.290.1675.4842.4771.37
HexC5D597801D104b2a47
Octal305325227100352011352107
Binary11000101110101011001011110000111011000010010111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D597; }

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

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

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

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

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

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

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

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