#B9BF65

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

Shades of Wild Willow #B9BF65

Tints of Wild Willow #B9BF65

Color information

#B9BF65 (or 0xB9BF65) is unknown color: approx Wild Willow. HEX triplet: B9, BF and 65. RGB value is (185,191,101). Sum of RGB (Red+Green+Blue) = 185+191+101=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 101 (39.84% from 255 or 21.17% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BF65 is #46409A. Grayscale: #B3B3B3. Windows color (decimal): -4604059 or 6668217. OLE color: 6668217.

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

Color convert

RGB185191101-
CMYK0.0300.470.25
HSL64º41.28%57.25%-
HSV(B)64º47.12%74.9%-
XYZ40.9948.5219.52-
YUV178.9584.01132.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 101 (39.84% from 255) = 21.17%
R=38.78%
G=40.04%
B=21.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1851911010.0300.470.256441.2857.25
HexB9BF65302F19402939
Octal2712771453057311005171
Binary10111001101111111100101110101111110011000000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF65; }

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

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

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

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

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

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

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

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