#CBE98D

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

Shades of Sulu #CBE98D

Tints of Sulu #CBE98D

Color information

#CBE98D (or 0xCBE98D) is unknown color: approx Sulu. HEX triplet: CB, E9 and 8D. RGB value is (203,233,141). Sum of RGB (Red+Green+Blue) = 203+233+141=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE98D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE98D is #341672. Grayscale: #D5D5D5. Windows color (decimal): -3413619 or 9300427. OLE color: 9300427.

HSL color Cylindrical-coordinate representation of color #CBE98D: hue angle of 79.57º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBE98D is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB203233141-
CMYK0.1300.390.09
HSL79.57º67.65%73.33%-
HSV(B)79.57º39.48%91.37%-
XYZ58.5872.936.18-
YUV213.5487.06120.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 233 (91.41% from 255) = 40.38%
BLUE value IS 141 (55.47% from 255) = 24.44%
R=35.18%
G=40.38%
B=24.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331410.1300.390.0979.5767.6573.33
HexCBE98DD0279504449
Octal3133512151504711120104111
Binary110010111110100110001101110101001111001101000010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE98D; }

 p { color: rgb(203,233,141); }

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

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

 a { background-color: rgb(203,233,141); }

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

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

 span { border-color: rgb(203,233,141); }

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