#c8db90

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

Shades of Sulu #C8DB90

Tints of Sulu #C8DB90

Color information

#C8DB90 (or 0xC8DB90) is unknown color: approx Sulu. HEX triplet: C8, DB and 90. RGB value is (200,219,144). Sum of RGB (Red+Green+Blue) = 200+219+144=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 144 (56.64% from 255 or 25.58% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DB90 is #37246F. Grayscale: #CDCDCD. Windows color (decimal): -3613808 or 9493448. OLE color: 9493448.

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

Color convert

RGB200219144-
CMYK0.0900.340.14
HSL75.2º51.02%71.18%-
HSV(B)75.2º34.25%85.88%-
XYZ54.1864.9636.07-
YUV204.7793.71124.6-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.52%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 144 (56.64% from 255) = 25.58%
R=35.52%
G=38.90%
B=25.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191440.0900.340.1475.251.0271.18
HexC8DB909022E4b3347
Octal310333220110421611363107
Binary11001000110110111001000010010100010111010010111100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8db90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8db90; }

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

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

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

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

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

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

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

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