Html Css Color HEX #BAE536 Las Palmas

📋 copy color: '#BAE536'

red 186 ◦ green 229 ◦ blue 54

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

Shades of Las Palmas #BAE536

Tints of Las Palmas #BAE536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.51%

R = 39.66%
G = 48.83%
B = 11.51%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.10

RGB Variations

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

Color information

#BAE536 (or 0xBAE536) is known color: Las Palmas. HEX triplet: BA, E5 and 36. RGB value is (186,229,54). Sum of RGB (Red+Green+Blue) = 186+229+54=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 54 (21.48% from 255 or 11.51% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE536 is #451AC9. Grayscale: #C4C4C4. Windows color (decimal): -4528842 or 3597754. OLE color: 3597754.

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

Color convert

RGB 186 229 54 -
CMYK 0.19 0 0.76 0.10
HSL 74.74º 0.77% 0.55% -
HSV(B) 74.74º 0.76% 0.9% -
XYZ 48.93 66.74 13.79 -
YUV 196.19 47.75 120.73 -
System Red Green Blue C M Y K H S L
Decimal 186 229 54 0.19 0 0.76 0.10 74.74 0.77 0.55
Hex BA E5 36 13 0 4C A 4B 4D 37
Octal 272 345 66 23 0 114 12 113 115 67
Binary 10111010 11100101 110110 10011 0 1001100 1010 1001011 1001101 110111

Color Harmonies of #BAE536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE536

Black with #BAE536

Text Example


Text Example

White with #BAE536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE536; }

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

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

background-color css

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

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

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

border-color css

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

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

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