#B3BF60

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

Shades of Wild Willow #B3BF60

Tints of Wild Willow #B3BF60

Color information

#B3BF60 (or 0xB3BF60) is unknown color: approx Wild Willow. HEX triplet: B3, BF and 60. RGB value is (179,191,96). Sum of RGB (Red+Green+Blue) = 179+191+96=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BF60 is #4C409F. Grayscale: #B0B0B0. Windows color (decimal): -4997280 or 6340531. OLE color: 6340531.

HSL color Cylindrical-coordinate representation of color #B3BF60: hue angle of 67.58º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3BF60 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB17919196-
CMYK0.0600.500.25
HSL67.58º42.6%56.27%-
HSV(B)67.58º49.74%74.9%-
XYZ39.3347.6918.2-
YUV176.5882.52129.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.41%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=38.41%
G=40.99%
B=20.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179191960.0600.500.2567.5842.656.27
HexB3BF60603219442b38
Octal2632771406062311045370
Binary101100111011111111000001100110010110011000100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BF60; }

 p { color: rgb(179,191,96); }

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

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

 a { background-color: rgb(179,191,96); }

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

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

 span { border-color: rgb(179,191,96); }

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