Html Css Color HEX #BAD440 Las Palmas

📋 copy color: '#BAD440'

red 186 ◦ green 212 ◦ blue 64

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

Shades of Las Palmas #BAD440

Tints of Las Palmas #BAD440

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.89%

 BLUE value IS 64 (25.39% from 255) = 13.85%

R = 40.26%
G = 45.89%
B = 13.85%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#BAD440 (or 0xBAD440) is known color: Las Palmas. HEX triplet: BA, D4 and 40. RGB value is (186,212,64). Sum of RGB (Red+Green+Blue) = 186+212+64=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 212 (83.20% from 255 or 45.89% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD440 is #452BBF. Grayscale: #BBBBBB. Windows color (decimal): -4533184 or 4248762. OLE color: 4248762.

HSL color Cylindrical-coordinate representation of color #BAD440: hue angle of 70.54º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAD440 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 64 -
CMYK 0.12 0 0.70 0.17
HSL 70.54º 0.63% 0.54% -
HSV(B) 70.54º 0.7% 0.83% -
XYZ 44.72 57.9 13.67 -
YUV 187.35 58.39 127.03 -
System Red Green Blue C M Y K H S L
Decimal 186 212 64 0.12 0 0.70 0.17 70.54 0.63 0.54
Hex BA D4 40 C 0 46 11 47 3F 36
Octal 272 324 100 14 0 106 21 107 77 66
Binary 10111010 11010100 1000000 1100 0 1000110 10001 1000111 111111 110110

Color Harmonies of #BAD440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD440

Black with #BAD440

Text Example


Text Example

White with #BAD440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD440; }

 p { color: rgb(186,212,64); }

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

background-color css

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

 a { background-color: rgb(186,212,64); }

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

border-color css

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

 span { border-color: rgb(186,212,64); }

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