#BAE986

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

Shades of Sulu #BAE986

Tints of Sulu #BAE986

Color information

#BAE986 (or 0xBAE986) is unknown color: approx Sulu. HEX triplet: BA, E9 and 86. RGB value is (186,233,134). Sum of RGB (Red+Green+Blue) = 186+233+134=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 233 (91.41% from 255 or 42.13% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE986 is #451679. Grayscale: #D0D0D0. Windows color (decimal): -4527738 or 8841658. OLE color: 8841658.

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

Color convert

RGB186233134-
CMYK0.2000.420.09
HSL88.48º69.23%71.96%-
HSV(B)88.48º42.49%91.37%-
XYZ53.6970.4433.32-
YUV207.6686.43112.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 233 (91.41% from 255) = 42.13%
BLUE value IS 134 (52.73% from 255) = 24.23%
R=33.63%
G=42.13%
B=24.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862331340.2000.420.0988.4869.2371.96
HexBAE9861402A9584548
Octal2723512062405211130105110
Binary1011101011101001100001101010001010101001101100010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE986; }

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

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

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

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

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

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

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

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