Html Css Color HEX #BAE82F Las Palmas

📋 copy color: '#BAE82F'

red 186 ◦ green 232 ◦ blue 47

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

Shades of Las Palmas #BAE82F

Tints of Las Palmas #BAE82F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.89%

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

R = 40%
G = 49.89%
B = 10.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#BAE82F (or 0xBAE82F) is known color: Las Palmas. HEX triplet: BA, E8 and 2F. RGB value is (186,232,47). Sum of RGB (Red+Green+Blue) = 186+232+47=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE82F is #4517D0. Grayscale: #C5C5C5. Windows color (decimal): -4528081 or 3139770. OLE color: 3139770.

HSL color Cylindrical-coordinate representation of color #BAE82F: hue angle of 74.92º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BAE82F is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 232 47 -
CMYK 0.20 0 0.80 0.09
HSL 74.92º 0.8% 0.55% -
HSV(B) 74.92º 0.8% 0.91% -
XYZ 49.62 68.36 13.27 -
YUV 197.16 43.26 120.04 -
System Red Green Blue C M Y K H S L
Decimal 186 232 47 0.20 0 0.80 0.09 74.92 0.8 0.55
Hex BA E8 2F 14 0 50 9 4B 50 37
Octal 272 350 57 24 0 120 11 113 120 67
Binary 10111010 11101000 101111 10100 0 1010000 1001 1001011 1010000 110111

Color Harmonies of #BAE82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE82F

Black with #BAE82F

Text Example


Text Example

White with #BAE82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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