#B6BF5D

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

Shades of Wild Willow #B6BF5D

Tints of Wild Willow #B6BF5D

Color information

#B6BF5D (or 0xB6BF5D) is unknown color: approx Wild Willow. HEX triplet: B6, BF and 5D. RGB value is (182,191,93). Sum of RGB (Red+Green+Blue) = 182+191+93=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF5D is #4940A2. Grayscale: #B1B1B1. Windows color (decimal): -4800675 or 6143926. OLE color: 6143926.

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

Color convert

RGB18219193-
CMYK0.0500.510.25
HSL65.51º43.36%55.69%-
HSV(B)65.51º51.31%74.9%-
XYZ39.94817.52-
YUV177.1480.52131.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 93 (36.72% from 255) = 19.96%
R=39.06%
G=40.99%
B=19.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182191930.0500.510.2565.5143.3655.69
HexB6BF5D503319422b38
Octal2662771355063311025370
Binary101101101011111110111011010110011110011000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF5D; }

 p { color: rgb(182,191,93); }

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

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

 a { background-color: rgb(182,191,93); }

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

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

 span { border-color: rgb(182,191,93); }

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