#BAE57C

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

Shades of Sulu #BAE57C

Tints of Sulu #BAE57C

Color information

#BAE57C (or 0xBAE57C) is unknown color: approx Sulu. HEX triplet: BA, E5 and 7C. RGB value is (186,229,124). Sum of RGB (Red+Green+Blue) = 186+229+124=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 229 (89.84% from 255 or 42.49% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE57C is #451A83. Grayscale: #CCCCCC. Windows color (decimal): -4528772 or 8185274. OLE color: 8185274.

HSL color Cylindrical-coordinate representation of color #BAE57C: hue angle of 84.57º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAE57C is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB186229124-
CMYK0.1900.460.10
HSL84.57º66.88%69.22%-
HSV(B)84.57º45.85%89.8%-
XYZ51.9167.9329.45-
YUV204.1782.75115.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 229 (89.84% from 255) = 42.49%
BLUE value IS 124 (48.83% from 255) = 23.01%
R=34.51%
G=42.49%
B=23.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862291240.1900.460.1084.5766.8869.22
HexBAE57C1302EA554345
Octal2723451742305612125103105
Binary101110101110010111111001001101011101010101010110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE57C; }

 p { color: rgb(186,229,124); }

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

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

 a { background-color: rgb(186,229,124); }

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

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

 span { border-color: rgb(186,229,124); }

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