#B6C16C

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

Shades of Wild Willow #B6C16C

Tints of Wild Willow #B6C16C

Color information

#B6C16C (or 0xB6C16C) is unknown color: approx Wild Willow. HEX triplet: B6, C1 and 6C. RGB value is (182,193,108). Sum of RGB (Red+Green+Blue) = 182+193+108=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C16C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C16C is #493E93. Grayscale: #B4B4B4. Windows color (decimal): -4800148 or 7127478. OLE color: 7127478.

HSL color Cylindrical-coordinate representation of color #B6C16C: hue angle of 67.76º degrees, saturation: 0.41, 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 #B6C16C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB182193108-
CMYK0.0600.440.24
HSL67.76º40.67%59.02%-
HSV(B)67.76º44.04%75.69%-
XYZ41.0749.1721.51-
YUV180.0287.36129.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 108 (42.58% from 255) = 22.36%
R=37.68%
G=39.96%
B=22.36%

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
Decimal1821931080.0600.440.2467.7640.6759.02
HexB6C16C602C1844293b
Octal2663011546054301045173
Binary101101101100000111011001100101100110001000100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C16C; }

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

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

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

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

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

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

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

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