#C8DB8D

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

Shades of Sulu #C8DB8D

Tints of Sulu #C8DB8D

Color information

#C8DB8D (or 0xC8DB8D) is unknown color: approx Sulu. HEX triplet: C8, DB and 8D. RGB value is (200,219,141). Sum of RGB (Red+Green+Blue) = 200+219+141=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 219 (85.94% from 255 or 39.11% from 560); Blue value is 141 (55.47% from 255 or 25.18% from 560); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DB8D is #372472. Grayscale: #CCCCCC. Windows color (decimal): -3613811 or 9296840. OLE color: 9296840.

HSL color Cylindrical-coordinate representation of color #C8DB8D: hue angle of 74.62º 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 #C8DB8D is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB200219141-
CMYK0.0900.360.14
HSL74.62º52%70.59%-
HSV(B)74.62º35.62%85.88%-
XYZ53.9664.8734.88-
YUV204.4392.21124.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 219 (85.94% from 255) = 39.11%
BLUE value IS 141 (55.47% from 255) = 25.18%
R=35.71%
G=39.11%
B=25.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191410.0900.360.1474.625270.59
HexC8DB8D9024E4b3447
Octal310333215110441611364107
Binary11001000110110111000110110010100100111010010111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DB8D; }

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

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

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

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

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

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

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

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