#C1DB90

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

Shades of Sulu #C1DB90

Tints of Sulu #C1DB90

Color information

#C1DB90 (or 0xC1DB90) is unknown color: approx Sulu. HEX triplet: C1, DB and 90. RGB value is (193,219,144). Sum of RGB (Red+Green+Blue) = 193+219+144=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #C1DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1DB90 is #3E246F. Grayscale: #CACACA. Windows color (decimal): -4072560 or 9493441. OLE color: 9493441.

HSL color Cylindrical-coordinate representation of color #C1DB90: hue angle of 80.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1DB90 is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB193219144-
CMYK0.1200.340.14
HSL80.8º51.02%71.18%-
HSV(B)80.8º34.25%85.88%-
XYZ52.3664.0135.98-
YUV202.6894.89121.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.71%
GREEN value IS 219 (85.94% from 255) = 39.39%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=34.71%
G=39.39%
B=25.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1932191440.1200.340.1480.851.0271.18
HexC1DB90C022E513347
Octal301333220140421612163107
Binary11000001110110111001000011000100010111010100011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DB90; }

 p { color: rgb(193,219,144); }

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

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

 a { background-color: rgb(193,219,144); }

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

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

 span { border-color: rgb(193,219,144); }

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