#BAE487

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

Shades of Sulu #BAE487

Tints of Sulu #BAE487

Color information

#BAE487 (or 0xBAE487) is unknown color: approx Sulu. HEX triplet: BA, E4 and 87. RGB value is (186,228,135). Sum of RGB (Red+Green+Blue) = 186+228+135=549 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.88% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 135 (53.12% from 255 or 24.59% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE487 is #451B78. Grayscale: #CDCDCD. Windows color (decimal): -4529017 or 8905914. OLE color: 8905914.

HSL color Cylindrical-coordinate representation of color #BAE487: hue angle of 87.1º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BAE487 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB186228135-
CMYK0.1800.410.11
HSL87.1º63.27%71.18%-
HSV(B)87.1º40.79%89.41%-
XYZ52.3767.6833.22-
YUV204.8488.59114.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.88%
GREEN value IS 228 (89.45% from 255) = 41.53%
BLUE value IS 135 (53.12% from 255) = 24.59%
R=33.88%
G=41.53%
B=24.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1862281350.1800.410.1187.163.2771.18
HexBAE48712029B573f47
Octal272344207220511312777107
Binary101110101110010010000111100100101001101110101111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE487; }

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

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

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

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

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

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

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

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