#B3C46A

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

Shades of Wild Willow #B3C46A

Tints of Wild Willow #B3C46A

Color information

#B3C46A (or 0xB3C46A) is unknown color: approx Wild Willow. HEX triplet: B3, C4 and 6A. RGB value is (179,196,106). Sum of RGB (Red+Green+Blue) = 179+196+106=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C46A is #4C3B95. Grayscale: #B5B5B5. Windows color (decimal): -4995990 or 6997171. OLE color: 6997171.

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

Color convert

RGB179196106-
CMYK0.0900.460.23
HSL71.33º43.27%59.22%-
HSV(B)71.33º45.92%76.86%-
XYZ40.9350.121.15-
YUV180.6685.87126.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.21%
GREEN value IS 196 (76.95% from 255) = 40.75%
BLUE value IS 106 (41.80% from 255) = 22.04%
R=37.21%
G=40.75%
B=22.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1791961060.0900.460.2371.3343.2759.22
HexB3C46A902E17472b3b
Octal26330415211056271075373
Binary1011001111000100110101010010101110101111000111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C46A; }

 p { color: rgb(179,196,106); }

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

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

 a { background-color: rgb(179,196,106); }

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

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

 span { border-color: rgb(179,196,106); }

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