#B6C46C

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

Shades of Wild Willow #B6C46C

Tints of Wild Willow #B6C46C

Color information

#B6C46C (or 0xB6C46C) is unknown color: approx Wild Willow. HEX triplet: B6, C4 and 6C. RGB value is (182,196,108). Sum of RGB (Red+Green+Blue) = 182+196+108=486 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.45% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C46C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C46C is #493B93. Grayscale: #B6B6B6. Windows color (decimal): -4799380 or 7128246. OLE color: 7128246.

HSL color Cylindrical-coordinate representation of color #B6C46C: hue angle of 69.55º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6C46C is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB182196108-
CMYK0.0700.450.23
HSL69.55º42.72%59.61%-
HSV(B)69.55º44.9%76.86%-
XYZ41.7450.5121.74-
YUV181.7886.36128.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.45%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=37.45%
G=40.33%
B=22.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821961080.0700.450.2369.5542.7259.61
HexB6C46C702D17462b3c
Octal2663041547055271065374
Binary101101101100010011011001110101101101111000110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C46C; }

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

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

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

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

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

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

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

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