Html Css Color HEX #BAE534 Las Palmas

📋 copy color: '#BAE534'

red 186 ◦ green 229 ◦ blue 52

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

Shades of Las Palmas #BAE534

Tints of Las Palmas #BAE534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.13%

R = 39.83%
G = 49.04%
B = 11.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#BAE534 (or 0xBAE534) is known color: Las Palmas. HEX triplet: BA, E5 and 34. RGB value is (186,229,52). Sum of RGB (Red+Green+Blue) = 186+229+52=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE534 is #451ACB. Grayscale: #C4C4C4. Windows color (decimal): -4528844 or 3466682. OLE color: 3466682.

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

Color convert

RGB 186 229 52 -
CMYK 0.19 0 0.77 0.10
HSL 74.58º 0.77% 0.55% -
HSV(B) 74.58º 0.77% 0.9% -
XYZ 48.89 66.73 13.55 -
YUV 195.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 186 229 52 0.19 0 0.77 0.10 74.58 0.77 0.55
Hex BA E5 34 13 0 4D A 4B 4D 37
Octal 272 345 64 23 0 115 12 113 115 67
Binary 10111010 11100101 110100 10011 0 1001101 1010 1001011 1001101 110111

Color Harmonies of #BAE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE534

Black with #BAE534

Text Example


Text Example

White with #BAE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE534; }

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

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

background-color css

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

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

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

border-color css

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

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

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