#B5C160

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

Shades of Wild Willow #B5C160

Tints of Wild Willow #B5C160

Color information

#B5C160 (or 0xB5C160) is unknown color: approx Wild Willow. HEX triplet: B5, C1 and 60. RGB value is (181,193,96). Sum of RGB (Red+Green+Blue) = 181+193+96=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C160 is #4A3E9F. Grayscale: #B2B2B2. Windows color (decimal): -4865696 or 6341045. OLE color: 6341045.

HSL color Cylindrical-coordinate representation of color #B5C160: hue angle of 67.42º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5C160 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB18119396-
CMYK0.0600.500.24
HSL67.42º43.89%56.67%-
HSV(B)67.42º50.26%75.69%-
XYZ40.2448.8118.37-
YUV178.3581.52129.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 193 (75.78% from 255) = 41.06%
BLUE value IS 96 (37.89% from 255) = 20.43%
R=38.51%
G=41.06%
B=20.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181193960.0600.500.2467.4243.8956.67
HexB5C160603218432c39
Octal2653011406062301035471
Binary101101011100000111000001100110010110001000011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C160; }

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

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

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

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

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

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

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

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