#B6C16D

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

Shades of Wild Willow #B6C16D

Tints of Wild Willow #B6C16D

Color information

#B6C16D (or 0xB6C16D) is unknown color: approx Wild Willow. HEX triplet: B6, C1 and 6D. RGB value is (182,193,109). Sum of RGB (Red+Green+Blue) = 182+193+109=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C16D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C16D is #493E92. Grayscale: #B4B4B4. Windows color (decimal): -4800147 or 7193014. OLE color: 7193014.

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

Color convert

RGB182193109-
CMYK0.0600.440.24
HSL67.86º40.38%59.22%-
HSV(B)67.86º43.52%75.69%-
XYZ41.1249.1921.8-
YUV180.1487.86129.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 109 (42.97% from 255) = 22.52%
R=37.60%
G=39.88%
B=22.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821931090.0600.440.2467.8640.3859.22
HexB6C16D602C1844283b
Octal2663011556054301045073
Binary101101101100000111011011100101100110001000100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C16D; }

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

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

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

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

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

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

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

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