Html Css Color HEX #BAE531 Las Palmas

📋 copy color: '#BAE531'

red 186 ◦ green 229 ◦ blue 49

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

Shades of Las Palmas #BAE531

Tints of Las Palmas #BAE531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.56%

R = 40.09%
G = 49.35%
B = 10.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#BAE531 (or 0xBAE531) is known color: Las Palmas. HEX triplet: BA, E5 and 31. RGB value is (186,229,49). Sum of RGB (Red+Green+Blue) = 186+229+49=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE531 is #451ACE. Grayscale: #C4C4C4. Windows color (decimal): -4528847 or 3270074. OLE color: 3270074.

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

Color convert

RGB 186 229 49 -
CMYK 0.19 0 0.79 0.10
HSL 74.33º 0.78% 0.55% -
HSV(B) 74.33º 0.79% 0.9% -
XYZ 48.82 66.7 13.21 -
YUV 195.62 45.25 121.14 -
System Red Green Blue C M Y K H S L
Decimal 186 229 49 0.19 0 0.79 0.10 74.33 0.78 0.55
Hex BA E5 31 13 0 4F A 4A 4E 37
Octal 272 345 61 23 0 117 12 112 116 67
Binary 10111010 11100101 110001 10011 0 1001111 1010 1001010 1001110 110111

Color Harmonies of #BAE531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE531

Black with #BAE531

Text Example


Text Example

White with #BAE531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE531; }

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

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

background-color css

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

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

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

border-color css

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

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

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