Html Css Color HEX #BAEA2F Las Palmas

📋 copy color: '#BAEA2F'

red 186 ◦ green 234 ◦ blue 47

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

Shades of Las Palmas #BAEA2F

Tints of Las Palmas #BAEA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.06%

R = 39.83%
G = 50.11%
B = 10.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#BAEA2F (or 0xBAEA2F) is known color: Las Palmas. HEX triplet: BA, EA and 2F. RGB value is (186,234,47). Sum of RGB (Red+Green+Blue) = 186+234+47=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA2F is #4515D0. Grayscale: #C7C7C7. Windows color (decimal): -4527569 or 3140282. OLE color: 3140282.

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

Color convert

RGB 186 234 47 -
CMYK 0.21 0 0.80 0.08
HSL 75.4º 0.82% 0.55% -
HSV(B) 75.4º 0.8% 0.92% -
XYZ 50.19 69.49 13.46 -
YUV 198.33 42.6 119.21 -
System Red Green Blue C M Y K H S L
Decimal 186 234 47 0.21 0 0.80 0.08 75.4 0.82 0.55
Hex BA EA 2F 15 0 50 8 4B 52 37
Octal 272 352 57 25 0 120 10 113 122 67
Binary 10111010 11101010 101111 10101 0 1010000 1000 1001011 1010010 110111

Color Harmonies of #BAEA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA2F

Black with #BAEA2F

Text Example


Text Example

White with #BAEA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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