Html Css Color HEX #BAE033 Las Palmas

📋 copy color: '#BAE033'

red 186 ◦ green 224 ◦ blue 51

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

Shades of Las Palmas #BAE033

Tints of Las Palmas #BAE033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.06%

R = 40.35%
G = 48.59%
B = 11.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#BAE033 (or 0xBAE033) is known color: Las Palmas. HEX triplet: BA, E0 and 33. RGB value is (186,224,51). Sum of RGB (Red+Green+Blue) = 186+224+51=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 224 (87.89% from 255 or 48.59% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE033 is #451FCC. Grayscale: #C1C1C1. Windows color (decimal): -4530125 or 3399866. OLE color: 3399866.

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

Color convert

RGB 186 224 51 -
CMYK 0.17 0 0.77 0.12
HSL 73.18º 0.74% 0.54% -
HSV(B) 73.18º 0.77% 0.88% -
XYZ 47.5 63.99 12.98 -
YUV 192.92 47.91 123.07 -
System Red Green Blue C M Y K H S L
Decimal 186 224 51 0.17 0 0.77 0.12 73.18 0.74 0.54
Hex BA E0 33 11 0 4D C 49 4A 36
Octal 272 340 63 21 0 115 14 111 112 66
Binary 10111010 11100000 110011 10001 0 1001101 1100 1001001 1001010 110110

Color Harmonies of #BAE033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE033

Black with #BAE033

Text Example


Text Example

White with #BAE033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE033; }

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

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

background-color css

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

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

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

border-color css

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

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

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