Html Css Color HEX #B9C971 Wild Willow

📋 copy color: '#B9C971'

red 185 ◦ green 201 ◦ blue 113

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

Shades of Wild Willow #B9C971

Tints of Wild Willow #B9C971

RGB

 RED value IS 185 (72.66% from 255) = 37.07%

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

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

R = 37.07%
G = 40.28%
B = 22.65%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#B9C971 (or 0xB9C971) is known color: Wild Willow. HEX triplet: B9, C9 and 71. RGB value is (185,201,113). Sum of RGB (Red+Green+Blue) = 185+201+113=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 201 (78.91% from 255 or 40.28% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C971 is #46368E. Grayscale: #BABABA. Windows color (decimal): -4601487 or 7457209. OLE color: 7457209.

HSL color Cylindrical-coordinate representation of color #B9C971: hue angle of 70.91º 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 #B9C971 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 113 -
CMYK 0.08 0 0.44 0.21
HSL 70.91º 0.45% 0.62% -
HSV(B) 70.91º 0.44% 0.79% -
XYZ 43.87 53.28 23.59 -
YUV 186.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 185 201 113 0.08 0 0.44 0.21 70.91 0.45 0.62
Hex B9 C9 71 8 0 2C 15 47 2D 3E
Octal 271 311 161 10 0 54 25 107 55 76
Binary 10111001 11001001 1110001 1000 0 101100 10101 1000111 101101 111110

Color Harmonies of #B9C971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C971

Black with #B9C971

Text Example


Text Example

White with #B9C971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C971; }

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

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

background-color css

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

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

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

border-color css

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

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

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