#B0C46B

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

Shades of Wild Willow #B0C46B

Tints of Wild Willow #B0C46B

Color information

#B0C46B (or 0xB0C46B) is unknown color: approx Wild Willow. HEX triplet: B0, C4 and 6B. RGB value is (176,196,107). Sum of RGB (Red+Green+Blue) = 176+196+107=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 196 (76.95% from 255 or 40.92% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C46B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C46B is #4F3B94. Grayscale: #B4B4B4. Windows color (decimal): -5192597 or 7062704. OLE color: 7062704.

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

Color convert

RGB176196107-
CMYK0.1000.450.23
HSL73.48º43%59.41%-
HSV(B)73.48º45.41%76.86%-
XYZ40.349.7721.39-
YUV179.8786.87125.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 196 (76.95% from 255) = 40.92%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=36.74%
G=40.92%
B=22.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961070.1000.450.2373.484359.41
HexB0C46BA02D17492b3b
Octal26030415312055271115373
Binary1011000011000100110101110100101101101111001001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C46B; }

 p { color: rgb(176,196,107); }

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

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

 a { background-color: rgb(176,196,107); }

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

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

 span { border-color: rgb(176,196,107); }

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