#BAE991

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

Shades of Sulu #BAE991

Tints of Sulu #BAE991

Color information

#BAE991 (or 0xBAE991) is unknown color: approx Sulu. HEX triplet: BA, E9 and 91. RGB value is (186,233,145). Sum of RGB (Red+Green+Blue) = 186+233+145=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 145 (57.03% from 255 or 25.71% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE991 is #45166E. Grayscale: #D1D1D1. Windows color (decimal): -4527727 or 9562554. OLE color: 9562554.

HSL color Cylindrical-coordinate representation of color #BAE991: hue angle of 92.05º degrees, saturation: 0.67, 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 #BAE991 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB186233145-
CMYK0.2000.380.09
HSL92.05º66.67%74.12%-
HSV(B)92.05º37.77%91.37%-
XYZ54.570.7637.57-
YUV208.9291.93111.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 233 (91.41% from 255) = 41.31%
BLUE value IS 145 (57.03% from 255) = 25.71%
R=32.98%
G=41.31%
B=25.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331450.2000.380.0992.0566.6774.12
HexBAE9911402695c434a
Octal2723512212404611134103112
Binary1011101011101001100100011010001001101001101110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE991; }

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

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

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

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

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

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

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

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