#BAD271

Color #BAD271 Wild Willow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Willow #BAD271

Tints of Wild Willow #BAD271

Color information

#BAD271 (or 0xBAD271) is unknown color: approx Wild Willow. HEX triplet: BA, D2 and 71. RGB value is (186,210,113). Sum of RGB (Red+Green+Blue) = 186+210+113=509 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.54% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD271 is #452D8E. Grayscale: #C0C0C0. Windows color (decimal): -4533647 or 7459514. OLE color: 7459514.

HSL color Cylindrical-coordinate representation of color #BAD271: hue angle of 74.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BAD271 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB186210113-
CMYK0.1100.460.18
HSL74.85º51.87%63.33%-
HSV(B)74.85º46.19%82.35%-
XYZ46.2857.7224.33-
YUV191.7783.55123.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.54%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 113 (44.53% from 255) = 22.20%
R=36.54%
G=41.26%
B=22.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862101130.1100.460.1874.8551.8763.33
HexBAD271B02E124b343f
Octal27232216113056221136477
Binary1011101011010010111000110110101110100101001011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAD271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAD271; }

 p { color: rgb(186,210,113); }

 H1.HeaderClassName
 {
   color: #BAD271;
 }
 .AnyTagClassName
 {
   color: #BAD271;
 }
</style>
background-color css

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

 a { background-color: rgb(186,210,113); }

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

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

 span { border-color: rgb(186,210,113); }

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