#BAE539

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

Shades of Las Palmas #BAE539

Tints of Las Palmas #BAE539

Color information

#BAE539 (or 0xBAE539) is unknown color: approx Las Palmas. HEX triplet: BA, E5 and 39. RGB value is (186,229,57). Sum of RGB (Red+Green+Blue) = 186+229+57=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 229 (89.84% from 255 or 48.52% from 472); Blue value is 57 (22.66% from 255 or 12.08% from 472); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE539 is #451AC6. Grayscale: #C5C5C5. Windows color (decimal): -4528839 or 3794362. OLE color: 3794362.

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

Color convert

RGB18622957-
CMYK0.1900.750.10
HSL75º76.79%56.08%-
HSV(B)75º75.11%89.8%-
XYZ49.0166.7714.18-
YUV196.5449.25120.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 229 (89.84% from 255) = 48.52%
BLUE value IS 57 (22.66% from 255) = 12.08%
R=39.41%
G=48.52%
B=12.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186229570.1900.750.107576.7956.08
HexBAE5391304BA4b4d38
Octal272345712301131211311570
Binary10111010111001011110011001101001011101010010111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE539; }

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

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

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

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

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

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

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

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