#B1C160

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

Shades of Wild Willow #B1C160

Tints of Wild Willow #B1C160

Color information

#B1C160 (or 0xB1C160) is unknown color: approx Wild Willow. HEX triplet: B1, C1 and 60. RGB value is (177,193,96). Sum of RGB (Red+Green+Blue) = 177+193+96=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #B1C160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1C160 is #4E3E9F. Grayscale: #B1B1B1. Windows color (decimal): -5127840 or 6341041. OLE color: 6341041.

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

Color convert

RGB17719396-
CMYK0.0800.500.24
HSL69.9º43.89%56.67%-
HSV(B)69.9º50.26%75.69%-
XYZ39.3148.3318.32-
YUV177.1682.2127.89-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.98%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=37.98%
G=41.42%
B=20.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal177193960.0800.500.2469.943.8956.67
HexB1C160803218462c39
Octal26130114010062301065471
Binary1011000111000001110000010000110010110001000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C160; }

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

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

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

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

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

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

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

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