#C5D991

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

Shades of Sulu #C5D991

Tints of Sulu #C5D991

Color information

#C5D991 (or 0xC5D991) is unknown color: approx Sulu. HEX triplet: C5, D9 and 91. RGB value is (197,217,145). Sum of RGB (Red+Green+Blue) = 197+217+145=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 145 (57.03% from 255 or 25.94% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D991 is #3A266E. Grayscale: #CBCBCB. Windows color (decimal): -3810927 or 9558469. OLE color: 9558469.

HSL color Cylindrical-coordinate representation of color #C5D991: hue angle of 76.67º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D991 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB197217145-
CMYK0.0900.330.15
HSL76.67º48.65%70.98%-
HSV(B)76.67º33.18%85.1%-
XYZ52.9563.5436.26-
YUV202.8195.37123.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 217 (85.16% from 255) = 38.82%
BLUE value IS 145 (57.03% from 255) = 25.94%
R=35.24%
G=38.82%
B=25.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972171450.0900.330.1576.6748.6570.98
HexC5D9919021F4d3147
Octal305331221110411711561107
Binary11000101110110011001000110010100001111110011011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D991; }

 p { color: rgb(197,217,145); }

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

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

 a { background-color: rgb(197,217,145); }

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

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

 span { border-color: rgb(197,217,145); }

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