#B9BF64

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

Shades of Wild Willow #B9BF64

Tints of Wild Willow #B9BF64

Color information

#B9BF64 (or 0xB9BF64) is unknown color: approx Wild Willow. HEX triplet: B9, BF and 64. RGB value is (185,191,100). Sum of RGB (Red+Green+Blue) = 185+191+100=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF64 is #46409B. Grayscale: #B3B3B3. Windows color (decimal): -4604060 or 6602681. OLE color: 6602681.

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

Color convert

RGB185191100-
CMYK0.0300.480.25
HSL63.96º41.55%57.06%-
HSV(B)63.96º47.64%74.9%-
XYZ40.9448.519.26-
YUV178.8383.51132.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 100 (39.45% from 255) = 21.01%
R=38.87%
G=40.13%
B=21.01%

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
Decimal1851911000.0300.480.2563.9641.5557.06
HexB9BF64303019402a39
Octal2712771443060311005271
Binary10111001101111111100100110110000110011000000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF64; }

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

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

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

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

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

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

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

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