#C5D792

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

Shades of Sprout #C5D792

Tints of Sprout #C5D792

Color information

#C5D792 (or 0xC5D792) is unknown color: approx Sprout. HEX triplet: C5, D7 and 92. RGB value is (197,215,146). Sum of RGB (Red+Green+Blue) = 197+215+146=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 146 (57.42% from 255 or 26.16% from 558); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D792 is #3A286D. Grayscale: #CACACA. Windows color (decimal): -3811438 or 9623493. OLE color: 9623493.

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

Color convert

RGB197215146-
CMYK0.0800.320.16
HSL75.65º46.31%70.78%-
HSV(B)75.65º32.09%84.31%-
XYZ52.5162.5536.5-
YUV201.7596.54124.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.30%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 146 (57.42% from 255) = 26.16%
R=35.30%
G=38.53%
B=26.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1972151460.0800.320.1675.6546.3170.78
HexC5D7928020104c2e47
Octal305327222100402011456107
Binary110001011101011110010010100001000001000010011001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D792; }

 p { color: rgb(197,215,146); }

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

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

 a { background-color: rgb(197,215,146); }

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

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

 span { border-color: rgb(197,215,146); }

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