#B6C461

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

Shades of Wild Willow #B6C461

Tints of Wild Willow #B6C461

Color information

#B6C461 (or 0xB6C461) is unknown color: approx Wild Willow. HEX triplet: B6, C4 and 61. RGB value is (182,196,97). Sum of RGB (Red+Green+Blue) = 182+196+97=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 97 (38.28% from 255 or 20.42% from 475); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6C461 is #493B9E. Grayscale: #B4B4B4. Windows color (decimal): -4799391 or 6407350. OLE color: 6407350.

HSL color Cylindrical-coordinate representation of color #B6C461: hue angle of 68.48º degrees, saturation: 0.46, 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 #B6C461 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB18219697-
CMYK0.0700.510.23
HSL68.48º45.62%57.45%-
HSV(B)68.48º50.51%76.86%-
XYZ41.1950.2918.84-
YUV180.5380.86129.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 196 (76.95% from 255) = 41.26%
BLUE value IS 97 (38.28% from 255) = 20.42%
R=38.32%
G=41.26%
B=20.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182196970.0700.510.2368.4845.6257.45
HexB6C461703317442e39
Octal2663041417063271045671
Binary101101101100010011000011110110011101111000100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C461; }

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

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

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

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

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

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

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

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