Html Css Color HEX #BAE440 Las Palmas

📋 copy color: '#BAE440'

red 186 ◦ green 228 ◦ blue 64

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

Shades of Las Palmas #BAE440

Tints of Las Palmas #BAE440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.7%

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

R = 38.91%
G = 47.7%
B = 13.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#BAE440 (or 0xBAE440) is known color: Las Palmas. HEX triplet: BA, E4 and 40. RGB value is (186,228,64). Sum of RGB (Red+Green+Blue) = 186+228+64=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE440 is #451BBF. Grayscale: #C5C5C5. Windows color (decimal): -4529088 or 4252858. OLE color: 4252858.

HSL color Cylindrical-coordinate representation of color #BAE440: hue angle of 75.37º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAE440 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 64 -
CMYK 0.18 0 0.72 0.11
HSL 75.37º 0.75% 0.57% -
HSV(B) 75.37º 0.72% 0.89% -
XYZ 48.92 66.3 15.07 -
YUV 196.75 53.09 120.34 -
System Red Green Blue C M Y K H S L
Decimal 186 228 64 0.18 0 0.72 0.11 75.37 0.75 0.57
Hex BA E4 40 12 0 48 B 4B 4B 39
Octal 272 344 100 22 0 110 13 113 113 71
Binary 10111010 11100100 1000000 10010 0 1001000 1011 1001011 1001011 111001

Color Harmonies of #BAE440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE440

Black with #BAE440

Text Example


Text Example

White with #BAE440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE440; }

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

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

background-color css

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

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

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

border-color css

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

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

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