#B6BF66

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

Shades of Wild Willow #B6BF66

Tints of Wild Willow #B6BF66

Color information

#B6BF66 (or 0xB6BF66) is unknown color: approx Wild Willow. HEX triplet: B6, BF and 66. RGB value is (182,191,102). Sum of RGB (Red+Green+Blue) = 182+191+102=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF66 is #494099. Grayscale: #B2B2B2. Windows color (decimal): -4800666 or 6733750. OLE color: 6733750.

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

Color convert

RGB182191102-
CMYK0.0500.470.25
HSL66.07º41.01%57.45%-
HSV(B)66.07º46.6%74.9%-
XYZ40.3248.1719.74-
YUV178.1685.02130.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=38.32%
G=40.21%
B=21.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821911020.0500.470.2566.0741.0157.45
HexB6BF66502F19422939
Octal2662771465057311025171
Binary101101101011111111001101010101111110011000010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF66; }

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

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

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

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

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

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

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

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