#BAE63B

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

Shades of Las Palmas #BAE63B

Tints of Las Palmas #BAE63B

Color information

#BAE63B (or 0xBAE63B) is unknown color: approx Las Palmas. HEX triplet: BA, E6 and 3B. RGB value is (186,230,59). Sum of RGB (Red+Green+Blue) = 186+230+59=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 230 (90.23% from 255 or 48.42% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE63B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE63B is #4519C4. Grayscale: #C5C5C5. Windows color (decimal): -4528581 or 3925690. OLE color: 3925690.

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

Color convert

RGB18623059-
CMYK0.1900.740.10
HSL75.44º77.38%56.67%-
HSV(B)75.44º74.35%90.2%-
XYZ49.3467.3514.54-
YUV197.3549.92119.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 230 (90.23% from 255) = 48.42%
BLUE value IS 59 (23.44% from 255) = 12.42%
R=39.16%
G=48.42%
B=12.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186230590.1900.740.1075.4477.3856.67
HexBAE63B1304AA4b4d39
Octal272346732301121211311571
Binary10111010111001101110111001101001010101010010111001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE63B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE63B; }

 p { color: rgb(186,230,59); }

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

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

 a { background-color: rgb(186,230,59); }

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

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

 span { border-color: rgb(186,230,59); }

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