#B0BF63

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

Shades of Wild Willow #B0BF63

Tints of Wild Willow #B0BF63

Color information

#B0BF63 (or 0xB0BF63) is unknown color: approx Wild Willow. HEX triplet: B0, BF and 63. RGB value is (176,191,99). Sum of RGB (Red+Green+Blue) = 176+191+99=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF63 is #4F409C. Grayscale: #B0B0B0. Windows color (decimal): -5193885 or 6537136. OLE color: 6537136.

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

Color convert

RGB17619199-
CMYK0.0800.480.25
HSL69.78º41.82%56.86%-
HSV(B)69.78º48.17%74.9%-
XYZ38.7947.3918.91-
YUV176.0384.53127.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=37.77%
G=40.99%
B=21.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176191990.0800.480.2569.7841.8256.86
HexB0BF63803019462a39
Octal26027714310060311065271
Binary1011000010111111110001110000110000110011000110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BF63; }

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

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

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

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

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

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

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

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