#C5D898

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

Shades of Sprout #C5D898

Tints of Sprout #C5D898

Color information

#C5D898 (or 0xC5D898) is unknown color: approx Sprout. HEX triplet: C5, D8 and 98. RGB value is (197,216,152). Sum of RGB (Red+Green+Blue) = 197+216+152=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 216 (84.77% from 255 or 38.23% from 565); Blue value is 152 (59.77% from 255 or 26.90% from 565); Max value from RGB is 216 - color contains mainly: green. Hex color #C5D898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D898 is #3A2767. Grayscale: #CBCBCB. Windows color (decimal): -3811176 or 10016965. OLE color: 10016965.

HSL color Cylindrical-coordinate representation of color #C5D898: hue angle of 77.81º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5D898 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB197216152-
CMYK0.0900.300.15
HSL77.81º45.07%72.16%-
HSV(B)77.81º29.63%84.71%-
XYZ53.2563.2539.11-
YUV203.0299.21123.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 216 (84.77% from 255) = 38.23%
BLUE value IS 152 (59.77% from 255) = 26.90%
R=34.87%
G=38.23%
B=26.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972161520.0900.300.1577.8145.0772.16
HexC5D898901EF4e2d48
Octal305330230110361711655110
Binary1100010111011000100110001001011110111110011101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D898; }

 p { color: rgb(197,216,152); }

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

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

 a { background-color: rgb(197,216,152); }

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

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

 span { border-color: rgb(197,216,152); }

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