#B6C160

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

Shades of Wild Willow #B6C160

Tints of Wild Willow #B6C160

Color information

#B6C160 (or 0xB6C160) is unknown color: approx Wild Willow. HEX triplet: B6, C1 and 60. RGB value is (182,193,96). Sum of RGB (Red+Green+Blue) = 182+193+96=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C160 is #493E9F. Grayscale: #B3B3B3. Windows color (decimal): -4800160 or 6341046. OLE color: 6341046.

HSL color Cylindrical-coordinate representation of color #B6C160: hue angle of 66.8º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B6C160 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18219396-
CMYK0.0600.500.24
HSL66.8º43.89%56.67%-
HSV(B)66.8º50.26%75.69%-
XYZ40.4748.9318.38-
YUV178.6581.36130.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 96 (37.89% from 255) = 20.38%
R=38.64%
G=40.98%
B=20.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182193960.0600.500.2466.843.8956.67
HexB6C160603218432c39
Octal2663011406062301035471
Binary101101101100000111000001100110010110001000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C160; }

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

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

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

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

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

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

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

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