#B6BF67

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

Shades of Wild Willow #B6BF67

Tints of Wild Willow #B6BF67

Color information

#B6BF67 (or 0xB6BF67) is unknown color: approx Wild Willow. HEX triplet: B6, BF and 67. RGB value is (182,191,103). Sum of RGB (Red+Green+Blue) = 182+191+103=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF67 is #494098. Grayscale: #B2B2B2. Windows color (decimal): -4800665 or 6799286. OLE color: 6799286.

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

Color convert

RGB182191103-
CMYK0.0500.460.25
HSL66.14º40.74%57.65%-
HSV(B)66.14º46.07%74.9%-
XYZ40.3748.1920.01-
YUV178.2885.52130.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.24%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=38.24%
G=40.13%
B=21.64%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911030.0500.460.2566.1440.7457.65
HexB6BF67502E1942293a
Octal2662771475056311025172
Binary101101101011111111001111010101110110011000010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF67; }

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

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

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

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

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

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

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

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