#B4BF5F

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

Shades of Wild Willow #B4BF5F

Tints of Wild Willow #B4BF5F

Color information

#B4BF5F (or 0xB4BF5F) is unknown color: approx Wild Willow. HEX triplet: B4, BF and 5F. RGB value is (180,191,95). Sum of RGB (Red+Green+Blue) = 180+191+95=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #B4BF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BF5F is #4B40A0. Grayscale: #B1B1B1. Windows color (decimal): -4931745 or 6274996. OLE color: 6274996.

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

Color convert

RGB18019195-
CMYK0.0600.500.25
HSL66.88º42.86%56.08%-
HSV(B)66.88º50.26%74.9%-
XYZ39.5247.7917.97-
YUV176.7781.86130.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.63%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 95 (37.5% from 255) = 20.39%
R=38.63%
G=40.99%
B=20.39%

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
Decimal180191950.0600.500.2566.8842.8656.08
HexB4BF5F603219432b38
Octal2642771376062311035370
Binary101101001011111110111111100110010110011000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BF5F; }

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

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

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

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

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

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

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

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