#B4C86F

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

Shades of Wild Willow #B4C86F

Tints of Wild Willow #B4C86F

Color information

#B4C86F (or 0xB4C86F) is unknown color: approx Wild Willow. HEX triplet: B4, C8 and 6F. RGB value is (180,200,111). Sum of RGB (Red+Green+Blue) = 180+200+111=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 200 (78.52% from 255 or 40.73% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C86F is #4B3790. Grayscale: #B8B8B8. Windows color (decimal): -4929425 or 7325876. OLE color: 7325876.

HSL color Cylindrical-coordinate representation of color #B4C86F: hue angle of 73.48º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4C86F is Cyan = 0.1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB180200111-
CMYK0.100.440.22
HSL73.48º44.72%60.98%-
HSV(B)73.48º44.5%78.43%-
XYZ42.3552.1622.87-
YUV183.8786.87125.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 200 (78.52% from 255) = 40.73%
BLUE value IS 111 (43.75% from 255) = 22.61%
R=36.66%
G=40.73%
B=22.61%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001110.100.440.2273.4844.7260.98
HexB4C86FA02C16492d3d
Octal26431015712054261115575
Binary1011010011001000110111110100101100101101001001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C86F; }

 p { color: rgb(180,200,111); }

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

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

 a { background-color: rgb(180,200,111); }

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

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

 span { border-color: rgb(180,200,111); }

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