#B6BF60

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

Shades of Wild Willow #B6BF60

Tints of Wild Willow #B6BF60

Color information

#B6BF60 (or 0xB6BF60) is unknown color: approx Wild Willow. HEX triplet: B6, BF and 60. RGB value is (182,191,96). Sum of RGB (Red+Green+Blue) = 182+191+96=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BF60 is #49409F. Grayscale: #B1B1B1. Windows color (decimal): -4800672 or 6340534. OLE color: 6340534.

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

Color convert

RGB18219196-
CMYK0.0500.500.25
HSL65.68º42.6%56.27%-
HSV(B)65.68º49.74%74.9%-
XYZ40.0348.0518.23-
YUV177.4882.02131.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 96 (37.89% from 255) = 20.47%
R=38.81%
G=40.72%
B=20.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182191960.0500.500.2565.6842.656.27
HexB6BF60503219422b38
Octal2662771405062311025370
Binary101101101011111111000001010110010110011000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF60; }

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

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

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

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

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

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

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

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