#B7BF5F

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

Shades of Wild Willow #B7BF5F

Tints of Wild Willow #B7BF5F

Color information

#B7BF5F (or 0xB7BF5F) is unknown color: approx Wild Willow. HEX triplet: B7, BF and 5F. RGB value is (183,191,95). Sum of RGB (Red+Green+Blue) = 183+191+95=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BF5F is #4840A0. Grayscale: #B2B2B2. Windows color (decimal): -4735137 or 6274999. OLE color: 6274999.

HSL color Cylindrical-coordinate representation of color #B7BF5F: hue angle of 65º 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 #B7BF5F is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB18319195-
CMYK0.0400.500.25
HSL65º42.86%56.08%-
HSV(B)65º50.26%74.9%-
XYZ40.2248.1618-
YUV177.6681.35131.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.02%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=39.02%
G=40.72%
B=20.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183191950.0400.500.256542.8656.08
HexB7BF5F403219412b38
Octal2672771374062311015370
Binary101101111011111110111111000110010110011000001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BF5F; }

 p { color: rgb(183,191,95); }

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

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

 a { background-color: rgb(183,191,95); }

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

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

 span { border-color: rgb(183,191,95); }

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