Html Css Color HEX #BAEC36 Las Palmas

📋 copy color: '#BAEC36'

red 186 ◦ green 236 ◦ blue 54

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

Shades of Las Palmas #BAEC36

Tints of Las Palmas #BAEC36

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.58%

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

R = 39.08%
G = 49.58%
B = 11.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#BAEC36 (or 0xBAEC36) is known color: Las Palmas. HEX triplet: BA, EC and 36. RGB value is (186,236,54). Sum of RGB (Red+Green+Blue) = 186+236+54=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 54 (21.48% from 255 or 11.34% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEC36 is #4513C9. Grayscale: #C8C8C8. Windows color (decimal): -4527050 or 3599546. OLE color: 3599546.

HSL color Cylindrical-coordinate representation of color #BAEC36: hue angle of 76.48º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAEC36 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 236 54 -
CMYK 0.21 0 0.77 0.07
HSL 76.48º 0.83% 0.57% -
HSV(B) 76.48º 0.77% 0.93% -
XYZ 50.91 70.7 14.45 -
YUV 200.3 45.44 117.8 -
System Red Green Blue C M Y K H S L
Decimal 186 236 54 0.21 0 0.77 0.07 76.48 0.83 0.57
Hex BA EC 36 15 0 4D 7 4C 53 39
Octal 272 354 66 25 0 115 7 114 123 71
Binary 10111010 11101100 110110 10101 0 1001101 111 1001100 1010011 111001

Color Harmonies of #BAEC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEC36

Black with #BAEC36

Text Example


Text Example

White with #BAEC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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