#CBE591

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

Shades of Sulu #CBE591

Tints of Sulu #CBE591

Color information

#CBE591 (or 0xCBE591) is unknown color: approx Sulu. HEX triplet: CB, E5 and 91. RGB value is (203,229,145). Sum of RGB (Red+Green+Blue) = 203+229+145=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 145 (57.03% from 255 or 25.13% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE591 is #341A6E. Grayscale: #D3D3D3. Windows color (decimal): -3414639 or 9561547. OLE color: 9561547.

HSL color Cylindrical-coordinate representation of color #CBE591: hue angle of 78.57º 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 #CBE591 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB203229145-
CMYK0.1100.370.10
HSL78.57º61.76%73.33%-
HSV(B)78.57º36.68%89.8%-
XYZ57.7670.7837.41-
YUV211.6590.39121.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 229 (89.84% from 255) = 39.69%
BLUE value IS 145 (57.03% from 255) = 25.13%
R=35.18%
G=39.69%
B=25.13%

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
Decimal2032291450.1100.370.1078.5761.7673.33
HexCBE591B025A4f3e49
Octal313345221130451211776111
Binary11001011111001011001000110110100101101010011111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE591; }

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

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

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

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

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

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

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

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