#B3C161

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

Shades of Wild Willow #B3C161

Tints of Wild Willow #B3C161

Color information

#B3C161 (or 0xB3C161) is unknown color: approx Wild Willow. HEX triplet: B3, C1 and 61. RGB value is (179,193,97). Sum of RGB (Red+Green+Blue) = 179+193+97=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 97 (38.28% from 255 or 20.68% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C161 is #4C3E9E. Grayscale: #B2B2B2. Windows color (decimal): -4996767 or 6406579. OLE color: 6406579.

HSL color Cylindrical-coordinate representation of color #B3C161: hue angle of 68.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3C161 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB17919397-
CMYK0.0700.500.24
HSL68.75º43.64%56.86%-
HSV(B)68.75º49.74%75.69%-
XYZ39.8248.5918.59-
YUV177.8782.36128.81-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.17%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 97 (38.28% from 255) = 20.68%
R=38.17%
G=41.15%
B=20.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179193970.0700.500.2468.7543.6456.86
HexB3C161703218452c39
Octal2633011417062301055471
Binary101100111100000111000011110110010110001000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C161; }

 p { color: rgb(179,193,97); }

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

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

 a { background-color: rgb(179,193,97); }

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

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

 span { border-color: rgb(179,193,97); }

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