Html Css Color HEX #BAE035 Las Palmas

📋 copy color: '#BAE035'

red 186 ◦ green 224 ◦ blue 53

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

Shades of Las Palmas #BAE035

Tints of Las Palmas #BAE035

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.38%

 BLUE value IS 53 (21.09% from 255) = 11.45%

R = 40.17%
G = 48.38%
B = 11.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#BAE035 (or 0xBAE035) is known color: Las Palmas. HEX triplet: BA, E0 and 35. RGB value is (186,224,53). Sum of RGB (Red+Green+Blue) = 186+224+53=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 53 (21.09% from 255 or 11.45% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE035 is #451FCA. Grayscale: #C1C1C1. Windows color (decimal): -4530123 or 3530938. OLE color: 3530938.

HSL color Cylindrical-coordinate representation of color #BAE035: hue angle of 73.33º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAE035 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 53 -
CMYK 0.17 0 0.76 0.12
HSL 73.33º 0.73% 0.54% -
HSV(B) 73.33º 0.76% 0.88% -
XYZ 47.55 64.01 13.22 -
YUV 193.14 48.91 122.9 -
System Red Green Blue C M Y K H S L
Decimal 186 224 53 0.17 0 0.76 0.12 73.33 0.73 0.54
Hex BA E0 35 11 0 4C C 49 49 36
Octal 272 340 65 21 0 114 14 111 111 66
Binary 10111010 11100000 110101 10001 0 1001100 1100 1001001 1001001 110110

Color Harmonies of #BAE035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE035

Black with #BAE035

Text Example


Text Example

White with #BAE035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE035; }

 p { color: rgb(186,224,53); }

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

background-color css

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

 a { background-color: rgb(186,224,53); }

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

border-color css

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

 span { border-color: rgb(186,224,53); }

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