#B4C460

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

Shades of Wild Willow #B4C460

Tints of Wild Willow #B4C460

Color information

#B4C460 (or 0xB4C460) is unknown color: approx Wild Willow. HEX triplet: B4, C4 and 60. RGB value is (180,196,96). Sum of RGB (Red+Green+Blue) = 180+196+96=472 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.14% from 472); Green value is 196 (76.95% from 255 or 41.53% from 472); Blue value is 96 (37.89% from 255 or 20.34% from 472); Max value from RGB is 196 - color contains mainly: green. Hex color #B4C460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4C460 is #4B3B9F. Grayscale: #B4B4B4. Windows color (decimal): -4930464 or 6341812. OLE color: 6341812.

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

Color convert

RGB18019696-
CMYK0.0800.510.23
HSL69.6º45.87%57.25%-
HSV(B)69.6º51.02%76.86%-
XYZ40.6750.0318.58-
YUV179.8280.7128.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.14%
GREEN value IS 196 (76.95% from 255) = 41.53%
BLUE value IS 96 (37.89% from 255) = 20.34%
R=38.14%
G=41.53%
B=20.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180196960.0800.510.2369.645.8757.25
HexB4C460803317462e39
Octal26430414010063271065671
Binary1011010011000100110000010000110011101111000110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C460; }

 p { color: rgb(180,196,96); }

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

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

 a { background-color: rgb(180,196,96); }

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

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

 span { border-color: rgb(180,196,96); }

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