Html Css Color HEX #BAE041 Las Palmas

📋 copy color: '#BAE041'

red 186 ◦ green 224 ◦ blue 65

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

Shades of Las Palmas #BAE041

Tints of Las Palmas #BAE041

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.16%

 BLUE value IS 65 (25.78% from 255) = 13.68%

R = 39.16%
G = 47.16%
B = 13.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#BAE041 (or 0xBAE041) is known color: Las Palmas. HEX triplet: BA, E0 and 41. RGB value is (186,224,65). Sum of RGB (Red+Green+Blue) = 186+224+65=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE041 is #451FBE. Grayscale: #C3C3C3. Windows color (decimal): -4530111 or 4317370. OLE color: 4317370.

HSL color Cylindrical-coordinate representation of color #BAE041: hue angle of 74.34º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAE041 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 224 65 -
CMYK 0.17 0 0.71 0.12
HSL 74.34º 0.72% 0.57% -
HSV(B) 74.34º 0.71% 0.88% -
XYZ 47.86 64.13 14.86 -
YUV 194.51 54.91 121.93 -
System Red Green Blue C M Y K H S L
Decimal 186 224 65 0.17 0 0.71 0.12 74.34 0.72 0.57
Hex BA E0 41 11 0 47 C 4A 48 39
Octal 272 340 101 21 0 107 14 112 110 71
Binary 10111010 11100000 1000001 10001 0 1000111 1100 1001010 1001000 111001

Color Harmonies of #BAE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE041

Black with #BAE041

Text Example


Text Example

White with #BAE041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE041; }

 p { color: rgb(186,224,65); }

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

background-color css

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

 a { background-color: rgb(186,224,65); }

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

border-color css

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

 span { border-color: rgb(186,224,65); }

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