#b5c460

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

Shades of Wild Willow #B5C460

Tints of Wild Willow #B5C460

Color information

#B5C460 (or 0xB5C460) is unknown color: approx Wild Willow. HEX triplet: B5, C4 and 60. RGB value is (181,196,96). Sum of RGB (Red+Green+Blue) = 181+196+96=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 96 (37.89% from 255 or 20.30% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #B5C460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C460 is #4A3B9F. Grayscale: #B4B4B4. Windows color (decimal): -4864928 or 6341813. OLE color: 6341813.

HSL color Cylindrical-coordinate representation of color #B5C460: hue angle of 69º 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 #B5C460 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB18119696-
CMYK0.0800.510.23
HSL69º45.87%57.25%-
HSV(B)69º51.02%76.86%-
XYZ40.9150.1518.59-
YUV180.1180.53128.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 96 (37.89% from 255) = 20.30%
R=38.27%
G=41.44%
B=20.30%

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
Decimal181196960.0800.510.236945.8757.25
HexB5C460803317452e39
Octal26530414010063271055671
Binary1011010111000100110000010000110011101111000101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5c460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5c460; }

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

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

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

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

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

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

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

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