Html Css Color HEX #BAE532 Las Palmas

📋 copy color: '#BAE532'

red 186 ◦ green 229 ◦ blue 50

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

Shades of Las Palmas #BAE532

Tints of Las Palmas #BAE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.25%

 BLUE value IS 50 (19.92% from 255) = 10.75%

R = 40%
G = 49.25%
B = 10.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#BAE532 (or 0xBAE532) is known color: Las Palmas. HEX triplet: BA, E5 and 32. RGB value is (186,229,50). Sum of RGB (Red+Green+Blue) = 186+229+50=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE532 is #451ACD. Grayscale: #C4C4C4. Windows color (decimal): -4528846 or 3335610. OLE color: 3335610.

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

Color convert

RGB 186 229 50 -
CMYK 0.19 0 0.78 0.10
HSL 74.41º 0.77% 0.55% -
HSV(B) 74.41º 0.78% 0.9% -
XYZ 48.84 66.71 13.32 -
YUV 195.74 45.75 121.05 -
System Red Green Blue C M Y K H S L
Decimal 186 229 50 0.19 0 0.78 0.10 74.41 0.77 0.55
Hex BA E5 32 13 0 4E A 4A 4D 37
Octal 272 345 62 23 0 116 12 112 115 67
Binary 10111010 11100101 110010 10011 0 1001110 1010 1001010 1001101 110111

Color Harmonies of #BAE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE532

Black with #BAE532

Text Example


Text Example

White with #BAE532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE532; }

 p { color: rgb(186,229,50); }

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

background-color css

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

 a { background-color: rgb(186,229,50); }

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

border-color css

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

 span { border-color: rgb(186,229,50); }

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