#BAE591

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

Shades of Sulu #BAE591

Tints of Sulu #BAE591

Color information

#BAE591 (or 0xBAE591) is unknown color: approx Sulu. HEX triplet: BA, E5 and 91. RGB value is (186,229,145). Sum of RGB (Red+Green+Blue) = 186+229+145=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 145 (57.03% from 255 or 25.89% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE591 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE591 is #451A6E. Grayscale: #CECECE. Windows color (decimal): -4528751 or 9561530. OLE color: 9561530.

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

Color convert

RGB186229145-
CMYK0.1900.370.10
HSL90.71º61.76%73.33%-
HSV(B)90.71º36.68%89.8%-
XYZ53.3868.5237.2-
YUV206.5793.25113.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 229 (89.84% from 255) = 40.89%
BLUE value IS 145 (57.03% from 255) = 25.89%
R=33.21%
G=40.89%
B=25.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862291450.1900.370.1090.7161.7673.33
HexBAE59113025A5b3e49
Octal272345221230451213376111
Binary101110101110010110010001100110100101101010110111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE591; }

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

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

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

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

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

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

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

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