#BAE432

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

Shades of Las Palmas #BAE432

Tints of Las Palmas #BAE432

Color information

#BAE432 (or 0xBAE432) is unknown color: approx Las Palmas. HEX triplet: BA, E4 and 32. RGB value is (186,228,50). Sum of RGB (Red+Green+Blue) = 186+228+50=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 50 (19.92% from 255 or 10.78% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE432 is #451BCD. Grayscale: #C3C3C3. Windows color (decimal): -4529102 or 3335354. OLE color: 3335354.

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

Color convert

RGB18622850-
CMYK0.1800.780.11
HSL74.16º76.72%54.51%-
HSV(B)74.16º78.07%89.41%-
XYZ48.5766.1613.23-
YUV195.1546.09121.47-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 228 (89.45% from 255) = 49.14%
BLUE value IS 50 (19.92% from 255) = 10.78%
R=40.09%
G=49.14%
B=10.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186228500.1800.780.1174.1676.7254.51
HexBAE4321204EB4a4d37
Octal272344622201161311211567
Binary10111010111001001100101001001001110101110010101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE432; }

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

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

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

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

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

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

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

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