Html Css Color HEX #BADD36 Las Palmas

📋 copy color: '#BADD36'

red 186 ◦ green 221 ◦ blue 54

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

Shades of Las Palmas #BADD36

Tints of Las Palmas #BADD36

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.94%

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

R = 40.35%
G = 47.94%
B = 11.71%

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

#BADD36 (or 0xBADD36) is known color: Las Palmas. HEX triplet: BA, DD and 36. RGB value is (186,221,54). Sum of RGB (Red+Green+Blue) = 186+221+54=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 54 (21.48% from 255 or 11.71% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADD36 is #4522C9. Grayscale: #C0C0C0. Windows color (decimal): -4530890 or 3595706. OLE color: 3595706.

HSL color Cylindrical-coordinate representation of color #BADD36: hue angle of 72.57º degrees, saturation: 0.71, 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 #BADD36 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 221 54 -
CMYK 0.16 0 0.76 0.13
HSL 72.57º 0.71% 0.54% -
HSV(B) 72.57º 0.76% 0.87% -
XYZ 46.77 62.42 13.07 -
YUV 191.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 186 221 54 0.16 0 0.76 0.13 72.57 0.71 0.54
Hex BA DD 36 10 0 4C D 49 47 36
Octal 272 335 66 20 0 114 15 111 107 66
Binary 10111010 11011101 110110 10000 0 1001100 1101 1001001 1000111 110110

Color Harmonies of #BADD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD36

Black with #BADD36

Text Example


Text Example

White with #BADD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD36; }

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

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

background-color css

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

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

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

border-color css

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

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

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