#B6C560

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

Shades of Wild Willow #B6C560

Tints of Wild Willow #B6C560

Color information

#B6C560 (or 0xB6C560) is unknown color: approx Wild Willow. HEX triplet: B6, C5 and 60. RGB value is (182,197,96). Sum of RGB (Red+Green+Blue) = 182+197+96=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #B6C560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C560 is #493A9F. Grayscale: #B5B5B5. Windows color (decimal): -4799136 or 6342070. OLE color: 6342070.

HSL color Cylindrical-coordinate representation of color #B6C560: hue angle of 68.91º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6C560 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB18219796-
CMYK0.0800.510.23
HSL68.91º46.54%57.45%-
HSV(B)68.91º51.27%77.25%-
XYZ41.3750.7218.68-
YUV18180.03128.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 197 (77.34% from 255) = 41.47%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=38.32%
G=41.47%
B=20.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182197960.0800.510.2368.9146.5457.45
HexB6C560803317452f39
Octal26630514010063271055771
Binary1011011011000101110000010000110011101111000101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C560; }

 p { color: rgb(182,197,96); }

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

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

 a { background-color: rgb(182,197,96); }

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

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

 span { border-color: rgb(182,197,96); }

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