#CBE890

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

Shades of Sulu #CBE890

Tints of Sulu #CBE890

Color information

#CBE890 (or 0xCBE890) is unknown color: approx Sulu. HEX triplet: CB, E8 and 90. RGB value is (203,232,144). Sum of RGB (Red+Green+Blue) = 203+232+144=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 232 (91.02% from 255 or 40.07% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE890 is #34176F. Grayscale: #D5D5D5. Windows color (decimal): -3413872 or 9496779. OLE color: 9496779.

HSL color Cylindrical-coordinate representation of color #CBE890: hue angle of 79.77º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBE890 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB203232144-
CMYK0.1200.380.09
HSL79.77º65.67%73.73%-
HSV(B)79.77º37.93%90.98%-
XYZ58.5272.4237.28-
YUV213.388.89120.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 232 (91.02% from 255) = 40.07%
BLUE value IS 144 (56.64% from 255) = 24.87%
R=35.06%
G=40.07%
B=24.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032321440.1200.380.0979.7765.6773.73
HexCBE890C026950424a
Octal3133502201404611120102112
Binary110010111110100010010000110001001101001101000010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE890; }

 p { color: rgb(203,232,144); }

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

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

 a { background-color: rgb(203,232,144); }

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

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

 span { border-color: rgb(203,232,144); }

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