Html Css Color HEX #BAEA3E Las Palmas

📋 copy color: '#BAEA3E'

red 186 ◦ green 234 ◦ blue 62

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

Shades of Las Palmas #BAEA3E

Tints of Las Palmas #BAEA3E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.55%

 BLUE value IS 62 (24.61% from 255) = 12.86%

R = 38.59%
G = 48.55%
B = 12.86%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#BAEA3E (or 0xBAEA3E) is known color: Las Palmas. HEX triplet: BA, EA and 3E. RGB value is (186,234,62). Sum of RGB (Red+Green+Blue) = 186+234+62=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 62 (24.61% from 255 or 12.86% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA3E is #4515C1. Grayscale: #C8C8C8. Windows color (decimal): -4527554 or 4123322. OLE color: 4123322.

HSL color Cylindrical-coordinate representation of color #BAEA3E: hue angle of 76.74º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BAEA3E is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 62 -
CMYK 0.21 0 0.74 0.08
HSL 76.74º 0.8% 0.58% -
HSV(B) 76.74º 0.74% 0.92% -
XYZ 50.54 69.63 15.33 -
YUV 200.04 50.1 117.99 -
System Red Green Blue C M Y K H S L
Decimal 186 234 62 0.21 0 0.74 0.08 76.74 0.8 0.58
Hex BA EA 3E 15 0 4A 8 4D 50 3A
Octal 272 352 76 25 0 112 10 115 120 72
Binary 10111010 11101010 111110 10101 0 1001010 1000 1001101 1010000 111010

Color Harmonies of #BAEA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA3E

Black with #BAEA3E

Text Example


Text Example

White with #BAEA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA3E; }

 p { color: rgb(186,234,62); }

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

background-color css

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

 a { background-color: rgb(186,234,62); }

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

border-color css

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

 span { border-color: rgb(186,234,62); }

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