#B0C860

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

Shades of Wild Willow #B0C860

Tints of Wild Willow #B0C860

Color information

#B0C860 (or 0xB0C860) is unknown color: approx Wild Willow. HEX triplet: B0, C8 and 60. RGB value is (176,200,96). Sum of RGB (Red+Green+Blue) = 176+200+96=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C860 is #4F379F. Grayscale: #B5B5B5. Windows color (decimal): -5191584 or 6342832. OLE color: 6342832.

HSL color Cylindrical-coordinate representation of color #B0C860: hue angle of 73.85º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0C860 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB17620096-
CMYK0.1200.520.22
HSL73.85º48.6%58.04%-
HSV(B)73.85º52%78.43%-
XYZ40.6751.3818.84-
YUV180.9780.05124.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=37.29%
G=42.37%
B=20.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal176200960.1200.520.2273.8548.658.04
HexB0C860C034164a313a
Octal26031014014064261126172
Binary1011000011001000110000011000110100101101001010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C860; }

 p { color: rgb(176,200,96); }

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

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

 a { background-color: rgb(176,200,96); }

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

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

 span { border-color: rgb(176,200,96); }

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