#B6D16B

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

Shades of Wild Willow #B6D16B

Tints of Wild Willow #B6D16B

Color information

#B6D16B (or 0xB6D16B) is unknown color: approx Wild Willow. HEX triplet: B6, D1 and 6B. RGB value is (182,209,107). Sum of RGB (Red+Green+Blue) = 182+209+107=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 209 (82.03% from 255 or 41.97% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 209 - color contains mainly: green. Hex color #B6D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D16B is #492E94. Grayscale: #BDBDBD. Windows color (decimal): -4796053 or 7066038. OLE color: 7066038.

HSL color Cylindrical-coordinate representation of color #B6D16B: hue angle of 75.88º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6D16B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB182209107-
CMYK0.1300.490.18
HSL75.88º52.58%61.96%-
HSV(B)75.88º48.8%81.96%-
XYZ44.7556.6122.48-
YUV189.381.55122.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 209 (82.03% from 255) = 41.97%
BLUE value IS 107 (42.19% from 255) = 21.49%
R=36.55%
G=41.97%
B=21.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1822091070.1300.490.1875.8852.5861.96
HexB6D16BD031124c353e
Octal26632115315061221146576
Binary1011011011010001110101111010110001100101001100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6D16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6D16B; }

 p { color: rgb(182,209,107); }

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

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

 a { background-color: rgb(182,209,107); }

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

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

 span { border-color: rgb(182,209,107); }

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