Html Css Color HEX #BAC971 Wild Willow

📋 copy color: '#BAC971'

red 186 ◦ green 201 ◦ blue 113

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

Shades of Wild Willow #BAC971

Tints of Wild Willow #BAC971

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.2%

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 37.2%
G = 40.2%
B = 22.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#BAC971 (or 0xBAC971) is known color: Wild Willow. HEX triplet: BA, C9 and 71. RGB value is (186,201,113). Sum of RGB (Red+Green+Blue) = 186+201+113=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 201 (78.91% from 255 or 40.2% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC971 is #45368E. Grayscale: #BABABA. Windows color (decimal): -4535951 or 7457210. OLE color: 7457210.

HSL color Cylindrical-coordinate representation of color #BAC971: hue angle of 70.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAC971 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 113 -
CMYK 0.07 0 0.44 0.21
HSL 70.23º 0.45% 0.62% -
HSV(B) 70.23º 0.44% 0.79% -
XYZ 44.12 53.4 23.61 -
YUV 186.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 186 201 113 0.07 0 0.44 0.21 70.23 0.45 0.62
Hex BA C9 71 7 0 2C 15 46 2D 3E
Octal 272 311 161 7 0 54 25 106 55 76
Binary 10111010 11001001 1110001 111 0 101100 10101 1000110 101101 111110

Color Harmonies of #BAC971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC971

Black with #BAC971

Text Example


Text Example

White with #BAC971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC971; }

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

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

background-color css

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

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

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

border-color css

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

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

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