#B3BD6A

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

Shades of Wild Willow #B3BD6A

Tints of Wild Willow #B3BD6A

Color information

#B3BD6A (or 0xB3BD6A) is unknown color: approx Wild Willow. HEX triplet: B3, BD and 6A. RGB value is (179,189,106). Sum of RGB (Red+Green+Blue) = 179+189+106=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 189 (74.22% from 255 or 39.87% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD6A is #4C4295. Grayscale: #B0B0B0. Windows color (decimal): -4997782 or 6995379. OLE color: 6995379.

HSL color Cylindrical-coordinate representation of color #B3BD6A: hue angle of 67.23º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B3BD6A is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB179189106-
CMYK0.0500.440.26
HSL67.23º38.6%57.84%-
HSV(B)67.23º43.92%74.12%-
XYZ39.3947.0220.64-
YUV176.5588.19129.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.76%
GREEN value IS 189 (74.22% from 255) = 39.87%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=37.76%
G=39.87%
B=22.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891060.0500.440.2667.2338.657.84
HexB3BD6A502C1A43273a
Octal2632751525054321034772
Binary101100111011110111010101010101100110101000011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD6A; }

 p { color: rgb(179,189,106); }

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

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

 a { background-color: rgb(179,189,106); }

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

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

 span { border-color: rgb(179,189,106); }

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