#B3C56A

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

Shades of Wild Willow #B3C56A

Tints of Wild Willow #B3C56A

Color information

#B3C56A (or 0xB3C56A) is unknown color: approx Wild Willow. HEX triplet: B3, C5 and 6A. RGB value is (179,197,106). Sum of RGB (Red+Green+Blue) = 179+197+106=482 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.14% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C56A is #4C3A95. Grayscale: #B5B5B5. Windows color (decimal): -4995734 or 6997427. OLE color: 6997427.

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

Color convert

RGB179197106-
CMYK0.0900.460.23
HSL71.87º43.96%59.41%-
HSV(B)71.87º46.19%77.25%-
XYZ41.1650.5621.22-
YUV181.2485.54126.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.14%
GREEN value IS 197 (77.34% from 255) = 40.87%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=37.14%
G=40.87%
B=21.99%

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
Decimal1791971060.0900.460.2371.8743.9659.41
HexB3C56A902E17482c3b
Octal26330515211056271105473
Binary1011001111000101110101010010101110101111001000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C56A; }

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

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

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

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

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

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

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

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