Html Css Color HEX #BAE436 Las Palmas

📋 copy color: '#BAE436'

red 186 ◦ green 228 ◦ blue 54

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

Shades of Las Palmas #BAE436

Tints of Las Palmas #BAE436

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.72%

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

R = 39.74%
G = 48.72%
B = 11.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.11

RGB Variations

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

Color information

#BAE436 (or 0xBAE436) is known color: Las Palmas. HEX triplet: BA, E4 and 36. RGB value is (186,228,54). Sum of RGB (Red+Green+Blue) = 186+228+54=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 228 (89.45% from 255 or 48.72% from 468); Blue value is 54 (21.48% from 255 or 11.54% from 468); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE436 is #451BC9. Grayscale: #C4C4C4. Windows color (decimal): -4529098 or 3597498. OLE color: 3597498.

HSL color Cylindrical-coordinate representation of color #BAE436: hue angle of 74.48º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BAE436 is Cyan = 0.18, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB 186 228 54 -
CMYK 0.18 0 0.76 0.11
HSL 74.48º 0.76% 0.55% -
HSV(B) 74.48º 0.76% 0.89% -
XYZ 48.66 66.19 13.7 -
YUV 195.61 48.09 121.15 -
System Red Green Blue C M Y K H S L
Decimal 186 228 54 0.18 0 0.76 0.11 74.48 0.76 0.55
Hex BA E4 36 12 0 4C B 4A 4C 37
Octal 272 344 66 22 0 114 13 112 114 67
Binary 10111010 11100100 110110 10010 0 1001100 1011 1001010 1001100 110111

Color Harmonies of #BAE436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE436

Black with #BAE436

Text Example


Text Example

White with #BAE436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE436; }

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

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

background-color css

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

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

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

border-color css

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

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

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