Html Css Color HEX #BAE133 Las Palmas

📋 copy color: '#BAE133'

red 186 ◦ green 225 ◦ blue 51

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

Shades of Las Palmas #BAE133

Tints of Las Palmas #BAE133

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.7%

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

R = 40.26%
G = 48.7%
B = 11.04%

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

#BAE133 (or 0xBAE133) is known color: Las Palmas. HEX triplet: BA, E1 and 33. RGB value is (186,225,51). Sum of RGB (Red+Green+Blue) = 186+225+51=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE133 is #451ECC. Grayscale: #C2C2C2. Windows color (decimal): -4529869 or 3400122. OLE color: 3400122.

HSL color Cylindrical-coordinate representation of color #BAE133: hue angle of 73.45º 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 #BAE133 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 225 51 -
CMYK 0.17 0 0.77 0.12
HSL 73.45º 0.74% 0.54% -
HSV(B) 73.45º 0.77% 0.88% -
XYZ 47.77 64.53 13.07 -
YUV 193.5 47.58 122.65 -
System Red Green Blue C M Y K H S L
Decimal 186 225 51 0.17 0 0.77 0.12 73.45 0.74 0.54
Hex BA E1 33 11 0 4D C 49 4A 36
Octal 272 341 63 21 0 115 14 111 112 66
Binary 10111010 11100001 110011 10001 0 1001101 1100 1001001 1001010 110110

Color Harmonies of #BAE133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE133

Black with #BAE133

Text Example


Text Example

White with #BAE133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE133; }

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

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

background-color css

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

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

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

border-color css

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

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

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