#B0C56A

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

Shades of Wild Willow #B0C56A

Tints of Wild Willow #B0C56A

Color information

#B0C56A (or 0xB0C56A) is unknown color: approx Wild Willow. HEX triplet: B0, C5 and 6A. RGB value is (176,197,106). Sum of RGB (Red+Green+Blue) = 176+197+106=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 197 - color contains mainly: green. Hex color #B0C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C56A is #4F3A95. Grayscale: #B4B4B4. Windows color (decimal): -5192342 or 6997424. OLE color: 6997424.

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

Color convert

RGB176197106-
CMYK0.1100.460.23
HSL73.85º43.96%59.41%-
HSV(B)73.85º46.19%77.25%-
XYZ40.4750.221.19-
YUV180.3586.04124.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 197 (77.34% from 255) = 41.13%
BLUE value IS 106 (41.80% from 255) = 22.13%
R=36.74%
G=41.13%
B=22.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761971060.1100.460.2373.8543.9659.41
HexB0C56AB02E174a2c3b
Octal26030515213056271125473
Binary1011000011000101110101010110101110101111001010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C56A; }

 p { color: rgb(176,197,106); }

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

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

 a { background-color: rgb(176,197,106); }

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

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

 span { border-color: rgb(176,197,106); }

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