#BAE03D

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

Shades of Las Palmas #BAE03D

Tints of Las Palmas #BAE03D

Color information

#BAE03D (or 0xBAE03D) is unknown color: approx Las Palmas. HEX triplet: BA, E0 and 3D. RGB value is (186,224,61). Sum of RGB (Red+Green+Blue) = 186+224+61=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 61 (24.22% from 255 or 12.95% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE03D is #451FC2. Grayscale: #C2C2C2. Windows color (decimal): -4530115 or 4055226. OLE color: 4055226.

HSL color Cylindrical-coordinate representation of color #BAE03D: hue angle of 73.99º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAE03D is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB18622461-
CMYK0.1700.730.12
HSL73.99º72.44%55.88%-
HSV(B)73.99º72.77%87.84%-
XYZ47.7564.0914.27-
YUV194.0652.91122.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 224 (87.89% from 255) = 47.56%
BLUE value IS 61 (24.22% from 255) = 12.95%
R=39.49%
G=47.56%
B=12.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal186224610.1700.730.1273.9972.4455.88
HexBAE03D11049C4a4838
Octal272340752101111411211070
Binary10111010111000001111011000101001001110010010101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE03D; }

 p { color: rgb(186,224,61); }

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

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

 a { background-color: rgb(186,224,61); }

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

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

 span { border-color: rgb(186,224,61); }

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