#B1BF60

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

Shades of Wild Willow #B1BF60

Tints of Wild Willow #B1BF60

Color information

#B1BF60 (or 0xB1BF60) is unknown color: approx Wild Willow. HEX triplet: B1, BF and 60. RGB value is (177,191,96). Sum of RGB (Red+Green+Blue) = 177+191+96=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF60 is #4E409F. Grayscale: #B0B0B0. Windows color (decimal): -5128352 or 6340529. OLE color: 6340529.

HSL color Cylindrical-coordinate representation of color #B1BF60: hue angle of 68.84º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1BF60 is Cyan = 0.07, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB17719196-
CMYK0.0700.500.25
HSL68.84º42.6%56.27%-
HSV(B)68.84º49.74%74.9%-
XYZ38.8747.4518.18-
YUV175.9882.86128.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.15%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 96 (37.89% from 255) = 20.69%
R=38.15%
G=41.16%
B=20.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177191960.0700.500.2568.8442.656.27
HexB1BF60703219452b38
Octal2612771407062311055370
Binary101100011011111111000001110110010110011000101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF60; }

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

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

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

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

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

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

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

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