#B9BF63

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

Shades of Wild Willow #B9BF63

Tints of Wild Willow #B9BF63

Color information

#B9BF63 (or 0xB9BF63) is unknown color: approx Wild Willow. HEX triplet: B9, BF and 63. RGB value is (185,191,99). Sum of RGB (Red+Green+Blue) = 185+191+99=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 99 (39.06% from 255 or 20.84% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF63 is #46409C. Grayscale: #B3B3B3. Windows color (decimal): -4604061 or 6537145. OLE color: 6537145.

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

Color convert

RGB18519199-
CMYK0.0300.480.25
HSL63.91º41.82%56.86%-
HSV(B)63.91º48.17%74.9%-
XYZ40.8948.4819.01-
YUV178.7283.01132.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 99 (39.06% from 255) = 20.84%
R=38.95%
G=40.21%
B=20.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191990.0300.480.2563.9141.8256.86
HexB9BF63303019402a39
Octal2712771433060311005271
Binary10111001101111111100011110110000110011000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF63; }

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

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

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

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

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

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

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

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