#B6C060

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

Shades of Wild Willow #B6C060

Tints of Wild Willow #B6C060

Color information

#B6C060 (or 0xB6C060) is unknown color: approx Wild Willow. HEX triplet: B6, C0 and 60. RGB value is (182,192,96). Sum of RGB (Red+Green+Blue) = 182+192+96=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 192 - color contains mainly: green. Hex color #B6C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C060 is #493F9F. Grayscale: #B2B2B2. Windows color (decimal): -4800416 or 6340790. OLE color: 6340790.

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

Color convert

RGB18219296-
CMYK0.0500.500.25
HSL66.25º43.24%56.47%-
HSV(B)66.25º50%75.29%-
XYZ40.2548.4918.3-
YUV178.0781.69130.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.72%
GREEN value IS 192 (75.39% from 255) = 40.85%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=38.72%
G=40.85%
B=20.43%

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
Decimal182192960.0500.500.2566.2543.2456.47
HexB6C060503219422b38
Octal2663001405062311025370
Binary101101101100000011000001010110010110011000010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C060; }

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

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

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

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

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

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

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

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