#CBE490

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

Shades of Sulu #CBE490

Tints of Sulu #CBE490

Color information

#CBE490 (or 0xCBE490) is unknown color: approx Sulu. HEX triplet: CB, E4 and 90. RGB value is (203,228,144). Sum of RGB (Red+Green+Blue) = 203+228+144=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 144 (56.64% from 255 or 25.04% from 575); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE490 is #341B6F. Grayscale: #D3D3D3. Windows color (decimal): -3414896 or 9495755. OLE color: 9495755.

HSL color Cylindrical-coordinate representation of color #CBE490: hue angle of 77.86º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBE490 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB203228144-
CMYK0.1100.370.11
HSL77.86º60.87%72.94%-
HSV(B)77.86º36.84%89.41%-
XYZ57.4170.236.91-
YUV210.9590.22122.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 228 (89.45% from 255) = 39.65%
BLUE value IS 144 (56.64% from 255) = 25.04%
R=35.30%
G=39.65%
B=25.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281440.1100.370.1177.8660.8772.94
HexCBE490B025B4e3d49
Octal313344220130451311675111
Binary11001011111001001001000010110100101101110011101111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE490; }

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

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

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

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

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

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

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

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