Html Css Color HEX #BAE136 Las Palmas

📋 copy color: '#BAE136'

red 186 ◦ green 225 ◦ blue 54

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

Shades of Las Palmas #BAE136

Tints of Las Palmas #BAE136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.39%

 BLUE value IS 54 (21.48% from 255) = 11.61%

R = 40%
G = 48.39%
B = 11.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#BAE136 (or 0xBAE136) is known color: Las Palmas. HEX triplet: BA, E1 and 36. RGB value is (186,225,54). Sum of RGB (Red+Green+Blue) = 186+225+54=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 54 (21.48% from 255 or 11.61% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE136 is #451EC9. Grayscale: #C2C2C2. Windows color (decimal): -4529866 or 3596730. OLE color: 3596730.

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

Color convert

RGB 186 225 54 -
CMYK 0.17 0 0.76 0.12
HSL 73.68º 0.74% 0.55% -
HSV(B) 73.68º 0.76% 0.88% -
XYZ 47.84 64.56 13.43 -
YUV 193.85 49.08 122.4 -
System Red Green Blue C M Y K H S L
Decimal 186 225 54 0.17 0 0.76 0.12 73.68 0.74 0.55
Hex BA E1 36 11 0 4C C 4A 4A 37
Octal 272 341 66 21 0 114 14 112 112 67
Binary 10111010 11100001 110110 10001 0 1001100 1100 1001010 1001010 110111

Color Harmonies of #BAE136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE136

Black with #BAE136

Text Example


Text Example

White with #BAE136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE136; }

 p { color: rgb(186,225,54); }

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

background-color css

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

 a { background-color: rgb(186,225,54); }

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

border-color css

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

 span { border-color: rgb(186,225,54); }

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