Html Css Color HEX #BAE533 Las Palmas

📋 copy color: '#BAE533'

red 186 ◦ green 229 ◦ blue 51

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

Shades of Las Palmas #BAE533

Tints of Las Palmas #BAE533

RGB

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

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

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

R = 39.91%
G = 49.14%
B = 10.94%

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

#BAE533 (or 0xBAE533) is known color: Las Palmas. HEX triplet: BA, E5 and 33. RGB value is (186,229,51). Sum of RGB (Red+Green+Blue) = 186+229+51=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 51 (20.31% from 255 or 10.94% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE533 is #451ACC. Grayscale: #C4C4C4. Windows color (decimal): -4528845 or 3401146. OLE color: 3401146.

HSL color Cylindrical-coordinate representation of color #BAE533: hue angle of 74.49º 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 #BAE533 is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 229 51 -
CMYK 0.19 0 0.78 0.10
HSL 74.49º 0.77% 0.55% -
HSV(B) 74.49º 0.78% 0.9% -
XYZ 48.87 66.72 13.43 -
YUV 195.85 46.25 120.97 -
System Red Green Blue C M Y K H S L
Decimal 186 229 51 0.19 0 0.78 0.10 74.49 0.77 0.55
Hex BA E5 33 13 0 4E A 4A 4D 37
Octal 272 345 63 23 0 116 12 112 115 67
Binary 10111010 11100101 110011 10011 0 1001110 1010 1001010 1001101 110111

Color Harmonies of #BAE533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE533

Black with #BAE533

Text Example


Text Example

White with #BAE533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE533; }

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

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

background-color css

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

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

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

border-color css

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

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

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