Html Css Color HEX #BADE36 Las Palmas

📋 copy color: '#BADE36'

red 186 ◦ green 222 ◦ blue 54

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

Shades of Las Palmas #BADE36

Tints of Las Palmas #BADE36

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.05%

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

R = 40.26%
G = 48.05%
B = 11.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#BADE36 (or 0xBADE36) is known color: Las Palmas. HEX triplet: BA, DE and 36. RGB value is (186,222,54). Sum of RGB (Red+Green+Blue) = 186+222+54=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 222 (87.11% from 255 or 48.05% from 462); Blue value is 54 (21.48% from 255 or 11.69% from 462); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE36 is #4521C9. Grayscale: #C0C0C0. Windows color (decimal): -4530634 or 3595962. OLE color: 3595962.

HSL color Cylindrical-coordinate representation of color #BADE36: hue angle of 72.86º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BADE36 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 54 -
CMYK 0.16 0 0.76 0.13
HSL 72.86º 0.72% 0.54% -
HSV(B) 72.86º 0.76% 0.87% -
XYZ 47.04 62.95 13.16 -
YUV 192.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 186 222 54 0.16 0 0.76 0.13 72.86 0.72 0.54
Hex BA DE 36 10 0 4C D 49 48 36
Octal 272 336 66 20 0 114 15 111 110 66
Binary 10111010 11011110 110110 10000 0 1001100 1101 1001001 1001000 110110

Color Harmonies of #BADE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE36

Black with #BADE36

Text Example


Text Example

White with #BADE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE36; }

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

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

background-color css

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

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

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

border-color css

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

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

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