#B0C468

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

Shades of Wild Willow #B0C468

Tints of Wild Willow #B0C468

Color information

#B0C468 (or 0xB0C468) is unknown color: approx Wild Willow. HEX triplet: B0, C4 and 68. RGB value is (176,196,104). Sum of RGB (Red+Green+Blue) = 176+196+104=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C468 is #4F3B97. Grayscale: #B3B3B3. Windows color (decimal): -5192600 or 6866096. OLE color: 6866096.

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

Color convert

RGB176196104-
CMYK0.1000.470.23
HSL73.04º43.81%58.82%-
HSV(B)73.04º46.94%76.86%-
XYZ40.1449.7120.58-
YUV179.5385.37125.48-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.97%
GREEN value IS 196 (76.95% from 255) = 41.18%
BLUE value IS 104 (41.02% from 255) = 21.85%
R=36.97%
G=41.18%
B=21.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761961040.1000.470.2373.0443.8158.82
HexB0C468A02F17492c3b
Octal26030415012057271115473
Binary1011000011000100110100010100101111101111001001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C468; }

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

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

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

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

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

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

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

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