#B6C861

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

Shades of Wild Willow #B6C861

Tints of Wild Willow #B6C861

Color information

#B6C861 (or 0xB6C861) is unknown color: approx Wild Willow. HEX triplet: B6, C8 and 61. RGB value is (182,200,97). Sum of RGB (Red+Green+Blue) = 182+200+97=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C861 is #49379E. Grayscale: #B7B7B7. Windows color (decimal): -4798367 or 6408374. OLE color: 6408374.

HSL color Cylindrical-coordinate representation of color #B6C861: hue angle of 70.49º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6C861 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB18220097-
CMYK0.0900.520.22
HSL70.49º48.36%58.24%-
HSV(B)70.49º51.5%78.43%-
XYZ42.152.1219.15-
YUV182.8879.54127.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 200 (78.52% from 255) = 41.75%
BLUE value IS 97 (38.28% from 255) = 20.25%
R=38.00%
G=41.75%
B=20.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182200970.0900.520.2270.4948.3658.24
HexB6C86190341646303a
Octal26631014111064261066072
Binary1011011011001000110000110010110100101101000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C861; }

 p { color: rgb(182,200,97); }

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

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

 a { background-color: rgb(182,200,97); }

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

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

 span { border-color: rgb(182,200,97); }

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