#BAE981

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

Shades of Sulu #BAE981

Tints of Sulu #BAE981

Color information

#BAE981 (or 0xBAE981) is unknown color: approx Sulu. HEX triplet: BA, E9 and 81. RGB value is (186,233,129). Sum of RGB (Red+Green+Blue) = 186+233+129=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 129 (50.78% from 255 or 23.54% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE981 is #45167E. Grayscale: #CFCFCF. Windows color (decimal): -4527743 or 8513978. OLE color: 8513978.

HSL color Cylindrical-coordinate representation of color #BAE981: hue angle of 87.12º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BAE981 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB186233129-
CMYK0.2000.450.09
HSL87.12º70.27%70.98%-
HSV(B)87.12º44.64%91.37%-
XYZ53.3570.331.53-
YUV207.0983.93112.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 233 (91.41% from 255) = 42.52%
BLUE value IS 129 (50.78% from 255) = 23.54%
R=33.94%
G=42.52%
B=23.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331290.2000.450.0987.1270.2770.98
HexBAE9811402D9574647
Octal2723512012405511127106107
Binary1011101011101001100000011010001011011001101011110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE981; }

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

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

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

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

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

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

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

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