#C5D699

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

Shades of Sprout #C5D699

Tints of Sprout #C5D699

Color information

#C5D699 (or 0xC5D699) is unknown color: approx Sprout. HEX triplet: C5, D6 and 99. RGB value is (197,214,153). Sum of RGB (Red+Green+Blue) = 197+214+153=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D699 is #3A2966. Grayscale: #CACACA. Windows color (decimal): -3811687 or 10081989. OLE color: 10081989.

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

Color convert

RGB197214153-
CMYK0.0800.290.16
HSL76.72º42.66%71.96%-
HSV(B)76.72º28.5%83.92%-
XYZ52.8262.2639.37-
YUV201.96100.37124.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 214 (83.98% from 255) = 37.94%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=34.93%
G=37.94%
B=27.13%

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
Decimal1972141530.0800.290.1676.7242.6671.96
HexC5D699801D104d2b48
Octal305326231100352011553110
Binary11000101110101101001100110000111011000010011011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D699; }

 p { color: rgb(197,214,153); }

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

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

 a { background-color: rgb(197,214,153); }

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

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

 span { border-color: rgb(197,214,153); }

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