#B1BF63

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

Shades of Wild Willow #B1BF63

Tints of Wild Willow #B1BF63

Color information

#B1BF63 (or 0xB1BF63) is unknown color: approx Wild Willow. HEX triplet: B1, BF and 63. RGB value is (177,191,99). Sum of RGB (Red+Green+Blue) = 177+191+99=467 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.90% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 99 (39.06% from 255 or 21.20% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF63 is #4E409C. Grayscale: #B0B0B0. Windows color (decimal): -5128349 or 6537137. OLE color: 6537137.

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

Color convert

RGB17719199-
CMYK0.0700.480.25
HSL69.13º41.82%56.86%-
HSV(B)69.13º48.17%74.9%-
XYZ39.0147.5118.92-
YUV176.3384.36128.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.90%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 99 (39.06% from 255) = 21.20%
R=37.90%
G=40.90%
B=21.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177191990.0700.480.2569.1341.8256.86
HexB1BF63703019452a39
Octal2612771437060311055271
Binary101100011011111111000111110110000110011000101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF63; }

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

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

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

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

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

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

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

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