Html Css Color HEX #BAEA36 Las Palmas

📋 copy color: '#BAEA36'

red 186 ◦ green 234 ◦ blue 54

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

Shades of Las Palmas #BAEA36

Tints of Las Palmas #BAEA36

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.37%

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

R = 39.24%
G = 49.37%
B = 11.39%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.08

RGB Variations

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

Color information

#BAEA36 (or 0xBAEA36) is known color: Las Palmas. HEX triplet: BA, EA and 36. RGB value is (186,234,54). Sum of RGB (Red+Green+Blue) = 186+234+54=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 54 (21.48% from 255 or 11.39% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA36 is #4515C9. Grayscale: #C7C7C7. Windows color (decimal): -4527562 or 3599034. OLE color: 3599034.

HSL color Cylindrical-coordinate representation of color #BAEA36: hue angle of 76º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAEA36 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 234 54 -
CMYK 0.21 0 0.77 0.08
HSL 76º 0.81% 0.56% -
HSV(B) 76º 0.77% 0.92% -
XYZ 50.34 69.55 14.26 -
YUV 199.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 186 234 54 0.21 0 0.77 0.08 76 0.81 0.56
Hex BA EA 36 15 0 4D 8 4C 51 38
Octal 272 352 66 25 0 115 10 114 121 70
Binary 10111010 11101010 110110 10101 0 1001101 1000 1001100 1010001 111000

Color Harmonies of #BAEA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEA36

Black with #BAEA36

Text Example


Text Example

White with #BAEA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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