Html Css Color HEX #BAE240 Las Palmas

📋 copy color: '#BAE240'

red 186 ◦ green 226 ◦ blue 64

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

Shades of Las Palmas #BAE240

Tints of Las Palmas #BAE240

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.48%

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

R = 39.08%
G = 47.48%
B = 13.45%

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

#BAE240 (or 0xBAE240) is known color: Las Palmas. HEX triplet: BA, E2 and 40. RGB value is (186,226,64). Sum of RGB (Red+Green+Blue) = 186+226+64=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE240 is #451DBF. Grayscale: #C4C4C4. Windows color (decimal): -4529600 or 4252346. OLE color: 4252346.

HSL color Cylindrical-coordinate representation of color #BAE240: hue angle of 74.81º degrees, saturation: 0.74, 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 #BAE240 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 226 64 -
CMYK 0.18 0 0.72 0.11
HSL 74.81º 0.74% 0.57% -
HSV(B) 74.81º 0.72% 0.89% -
XYZ 48.37 65.2 14.89 -
YUV 195.57 53.75 121.17 -
System Red Green Blue C M Y K H S L
Decimal 186 226 64 0.18 0 0.72 0.11 74.81 0.74 0.57
Hex BA E2 40 12 0 48 B 4B 4A 39
Octal 272 342 100 22 0 110 13 113 112 71
Binary 10111010 11100010 1000000 10010 0 1001000 1011 1001011 1001010 111001

Color Harmonies of #BAE240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE240

Black with #BAE240

Text Example


Text Example

White with #BAE240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE240; }

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

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

background-color css

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

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

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

border-color css

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

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

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