#C0DB8D

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

Shades of Sulu #C0DB8D

Tints of Sulu #C0DB8D

Color information

#C0DB8D (or 0xC0DB8D) is unknown color: approx Sulu. HEX triplet: C0, DB and 8D. RGB value is (192,219,141). Sum of RGB (Red+Green+Blue) = 192+219+141=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 219 (85.94% from 255 or 39.67% from 552); Blue value is 141 (55.47% from 255 or 25.54% from 552); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB8D is #3F2472. Grayscale: #CACACA. Windows color (decimal): -4138099 or 9296832. OLE color: 9296832.

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

Color convert

RGB192219141-
CMYK0.1200.360.14
HSL80.77º52%70.59%-
HSV(B)80.77º35.62%85.88%-
XYZ51.8863.7934.78-
YUV202.0493.55120.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.78%
GREEN value IS 219 (85.94% from 255) = 39.67%
BLUE value IS 141 (55.47% from 255) = 25.54%
R=34.78%
G=39.67%
B=25.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1922191410.1200.360.1480.775270.59
HexC0DB8DC024E513447
Octal300333215140441612164107
Binary11000000110110111000110111000100100111010100011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DB8D; }

 p { color: rgb(192,219,141); }

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

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

 a { background-color: rgb(192,219,141); }

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

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

 span { border-color: rgb(192,219,141); }

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