#B5BF6C

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

Shades of Wild Willow #B5BF6C

Tints of Wild Willow #B5BF6C

Color information

#B5BF6C (or 0xB5BF6C) is unknown color: approx Wild Willow. HEX triplet: B5, BF and 6C. RGB value is (181,191,108). Sum of RGB (Red+Green+Blue) = 181+191+108=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 108 (42.58% from 255 or 22.5% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF6C is #4A4093. Grayscale: #B2B2B2. Windows color (decimal): -4866196 or 7126965. OLE color: 7126965.

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

Color convert

RGB181191108-
CMYK0.0500.430.25
HSL67.23º39.34%58.63%-
HSV(B)67.23º43.46%74.9%-
XYZ40.3948.1721.36-
YUV178.5588.19129.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 108 (42.58% from 255) = 22.5%
R=37.71%
G=39.79%
B=22.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811911080.0500.430.2567.2339.3458.63
HexB5BF6C502B1943273b
Octal2652771545053311034773
Binary101101011011111111011001010101011110011000011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF6C; }

 p { color: rgb(181,191,108); }

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

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

 a { background-color: rgb(181,191,108); }

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

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

 span { border-color: rgb(181,191,108); }

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