#CBE590

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

Shades of Sulu #CBE590

Tints of Sulu #CBE590

Color information

#CBE590 (or 0xCBE590) is unknown color: approx Sulu. HEX triplet: CB, E5 and 90. RGB value is (203,229,144). Sum of RGB (Red+Green+Blue) = 203+229+144=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 229 (89.84% from 255 or 39.76% from 576); Blue value is 144 (56.64% from 255 or 25% from 576); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE590 is #341A6F. Grayscale: #D3D3D3. Windows color (decimal): -3414640 or 9496011. OLE color: 9496011.

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

Color convert

RGB203229144-
CMYK0.1100.370.10
HSL78.35º62.04%73.14%-
HSV(B)78.35º37.12%89.8%-
XYZ57.6870.7537-
YUV211.5489.89121.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 229 (89.84% from 255) = 39.76%
BLUE value IS 144 (56.64% from 255) = 25%
R=35.24%
G=39.76%
B=25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291440.1100.370.1078.3562.0473.14
HexCBE590B025A4e3e49
Octal313345220130451211676111
Binary11001011111001011001000010110100101101010011101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE590; }

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

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

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

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

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

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

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

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