#B1BF66

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

Shades of Wild Willow #B1BF66

Tints of Wild Willow #B1BF66

Color information

#B1BF66 (or 0xB1BF66) is unknown color: approx Wild Willow. HEX triplet: B1, BF and 66. RGB value is (177,191,102). Sum of RGB (Red+Green+Blue) = 177+191+102=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF66 is #4E4099. Grayscale: #B1B1B1. Windows color (decimal): -5128346 or 6733745. OLE color: 6733745.

HSL color Cylindrical-coordinate representation of color #B1BF66: hue angle of 69.44º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1BF66 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB177191102-
CMYK0.0700.470.25
HSL69.44º41.01%57.45%-
HSV(B)69.44º46.6%74.9%-
XYZ39.1647.5719.69-
YUV176.6785.86128.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.66%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=37.66%
G=40.64%
B=21.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1771911020.0700.470.2569.4441.0157.45
HexB1BF66702F19452939
Octal2612771467057311055171
Binary101100011011111111001101110101111110011000101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF66; }

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

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

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

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

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

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

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

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