Html Css Color HEX #BAE140 Las Palmas

📋 copy color: '#BAE140'

red 186 ◦ green 225 ◦ blue 64

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

Shades of Las Palmas #BAE140

Tints of Las Palmas #BAE140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

 BLUE value IS 64 (25.39% from 255) = 13.47%

R = 39.16%
G = 47.37%
B = 13.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#BAE140 (or 0xBAE140) is known color: Las Palmas. HEX triplet: BA, E1 and 40. RGB value is (186,225,64). Sum of RGB (Red+Green+Blue) = 186+225+64=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE140 is #451EBF. Grayscale: #C3C3C3. Windows color (decimal): -4529856 or 4252090. OLE color: 4252090.

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

Color convert

RGB 186 225 64 -
CMYK 0.17 0 0.72 0.12
HSL 74.53º 0.73% 0.57% -
HSV(B) 74.53º 0.72% 0.88% -
XYZ 48.1 64.66 14.8 -
YUV 194.99 54.08 121.59 -
System Red Green Blue C M Y K H S L
Decimal 186 225 64 0.17 0 0.72 0.12 74.53 0.73 0.57
Hex BA E1 40 11 0 48 C 4B 49 39
Octal 272 341 100 21 0 110 14 113 111 71
Binary 10111010 11100001 1000000 10001 0 1001000 1100 1001011 1001001 111001

Color Harmonies of #BAE140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE140

Black with #BAE140

Text Example


Text Example

White with #BAE140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE140; }

 p { color: rgb(186,225,64); }

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

background-color css

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

 a { background-color: rgb(186,225,64); }

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

border-color css

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

 span { border-color: rgb(186,225,64); }

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