#BAE537

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

Shades of Las Palmas #BAE537

Tints of Las Palmas #BAE537

Color information

#BAE537 (or 0xBAE537) is unknown color: approx Las Palmas. HEX triplet: BA, E5 and 37. RGB value is (186,229,55). Sum of RGB (Red+Green+Blue) = 186+229+55=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE537 is #451AC8. Grayscale: #C4C4C4. Windows color (decimal): -4528841 or 3663290. OLE color: 3663290.

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

Color convert

RGB18622955-
CMYK0.1900.760.10
HSL74.83º76.99%55.69%-
HSV(B)74.83º75.98%89.8%-
XYZ48.9666.7513.92-
YUV196.3148.25120.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 229 (89.84% from 255) = 48.72%
BLUE value IS 55 (21.88% from 255) = 11.70%
R=39.57%
G=48.72%
B=11.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186229550.1900.760.1074.8376.9955.69
HexBAE5371304CA4b4d38
Octal272345672301141211311570
Binary10111010111001011101111001101001100101010010111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE537; }

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

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

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

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

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

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

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

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