#B0C061

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

Shades of Wild Willow #B0C061

Tints of Wild Willow #B0C061

Color information

#B0C061 (or 0xB0C061) is unknown color: approx Wild Willow. HEX triplet: B0, C0 and 61. RGB value is (176,192,97). Sum of RGB (Red+Green+Blue) = 176+192+97=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C061 is #4F3F9E. Grayscale: #B0B0B0. Windows color (decimal): -5193631 or 6406320. OLE color: 6406320.

HSL color Cylindrical-coordinate representation of color #B0C061: hue angle of 70.11º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0C061 is Cyan = 0.08, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB17619297-
CMYK0.0800.490.25
HSL70.11º42.99%56.67%-
HSV(B)70.11º49.48%75.29%-
XYZ38.9147.7918.48-
YUV176.3983.2127.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 192 (75.39% from 255) = 41.29%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=37.85%
G=41.29%
B=20.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176192970.0800.490.2570.1142.9956.67
HexB0C061803119462b39
Octal26030014110061311065371
Binary1011000011000000110000110000110001110011000110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C061; }

 p { color: rgb(176,192,97); }

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

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

 a { background-color: rgb(176,192,97); }

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

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

 span { border-color: rgb(176,192,97); }

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