Html Css Color HEX #BAD271 Wild Willow

📋 copy color: '#BAD271'

red 186 ◦ green 210 ◦ blue 113

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

Shades of Wild Willow #BAD271

Tints of Wild Willow #BAD271

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.2%

R = 36.54%
G = 41.26%
B = 22.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#BAD271 (or 0xBAD271) is known color: 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

RGB 186 210 113 -
CMYK 0.11 0 0.46 0.18
HSL 74.85º 0.52% 0.63% -
HSV(B) 74.85º 0.46% 0.82% -
XYZ 46.28 57.72 24.33 -
YUV 191.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 186 210 113 0.11 0 0.46 0.18 74.85 0.52 0.63
Hex BA D2 71 B 0 2E 12 4B 34 3F
Octal 272 322 161 13 0 56 22 113 64 77
Binary 10111010 11010010 1110001 1011 0 101110 10010 1001011 110100 111111

Color Harmonies of #BAD271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD271

Black with #BAD271

Text Example


Text Example

White with #BAD271

Text Example


Text Example

HTML Codes & Css Web 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>