#C5DB93

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

Shades of Sulu #C5DB93

Tints of Sulu #C5DB93

Color information

#C5DB93 (or 0xC5DB93) is unknown color: approx Sulu. HEX triplet: C5, DB and 93. RGB value is (197,219,147). Sum of RGB (Red+Green+Blue) = 197+219+147=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 147 (57.81% from 255 or 26.11% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DB93 is #3A246C. Grayscale: #CCCCCC. Windows color (decimal): -3810413 or 9690053. OLE color: 9690053.

HSL color Cylindrical-coordinate representation of color #C5DB93: hue angle of 78.33º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5DB93 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB197219147-
CMYK0.1000.330.14
HSL78.33º50%71.76%-
HSV(B)78.33º32.88%85.88%-
XYZ53.6264.6437.25-
YUV204.2195.71122.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 147 (57.81% from 255) = 26.11%
R=34.99%
G=38.90%
B=26.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1972191470.1000.330.1478.335071.76
HexC5DB93A021E4e3248
Octal305333223120411611662110
Binary11000101110110111001001110100100001111010011101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5DB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5DB93; }

 p { color: rgb(197,219,147); }

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

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

 a { background-color: rgb(197,219,147); }

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

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

 span { border-color: rgb(197,219,147); }

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