#BAE987

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

Shades of Sulu #BAE987

Tints of Sulu #BAE987

Color information

#BAE987 (or 0xBAE987) is unknown color: approx Sulu. HEX triplet: BA, E9 and 87. RGB value is (186,233,135). Sum of RGB (Red+Green+Blue) = 186+233+135=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 135 (53.12% from 255 or 24.37% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE987 is #451678. Grayscale: #D0D0D0. Windows color (decimal): -4527737 or 8907194. OLE color: 8907194.

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

Color convert

RGB186233135-
CMYK0.2000.420.09
HSL88.78º69.01%72.16%-
HSV(B)88.78º42.06%91.37%-
XYZ53.7670.4733.69-
YUV207.7786.93112.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 233 (91.41% from 255) = 42.06%
BLUE value IS 135 (53.12% from 255) = 24.37%
R=33.57%
G=42.06%
B=24.37%

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
Decimal1862331350.2000.420.0988.7869.0172.16
HexBAE9871402A9594548
Octal2723512072405211131105110
Binary1011101011101001100001111010001010101001101100110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE987; }

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

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

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

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

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

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

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

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