Html Css Color HEX #BAE036 Las Palmas

📋 copy color: '#BAE036'

red 186 ◦ green 224 ◦ blue 54

#BAE036
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #BAE036

Tints of Las Palmas #BAE036

RGB

 RED value IS 186 (73.05% from 255) = 40.09%

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 54 (21.48% from 255) = 11.64%

R = 40.09%
G = 48.28%
B = 11.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#BAE036 (or 0xBAE036) is known color: Las Palmas. HEX triplet: BA, E0 and 36. RGB value is (186,224,54). Sum of RGB (Red+Green+Blue) = 186+224+54=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 54 (21.48% from 255 or 11.64% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE036 is #451FC9. Grayscale: #C1C1C1. Windows color (decimal): -4530122 or 3596474. OLE color: 3596474.

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

Color convert

RGB 186 224 54 -
CMYK 0.17 0 0.76 0.12
HSL 73.41º 0.73% 0.55% -
HSV(B) 73.41º 0.76% 0.88% -
XYZ 47.57 64.02 13.34 -
YUV 193.26 49.41 122.82 -
System Red Green Blue C M Y K H S L
Decimal 186 224 54 0.17 0 0.76 0.12 73.41 0.73 0.55
Hex BA E0 36 11 0 4C C 49 49 37
Octal 272 340 66 21 0 114 14 111 111 67
Binary 10111010 11100000 110110 10001 0 1001100 1100 1001001 1001001 110111

Color Harmonies of #BAE036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE036

Black with #BAE036

Text Example


Text Example

White with #BAE036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE036; }

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

 H1.HeaderClassName
 {
   color: #BAE036;
 }
 .AnyTagClassName
 {
   color: #BAE036;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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