#B9BE61

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

Shades of Wild Willow #B9BE61

Tints of Wild Willow #B9BE61

Color information

#B9BE61 (or 0xB9BE61) is unknown color: approx Wild Willow. HEX triplet: B9, BE and 61. RGB value is (185,190,97). Sum of RGB (Red+Green+Blue) = 185+190+97=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BE61 is #46419E. Grayscale: #B2B2B2. Windows color (decimal): -4604319 or 6405817. OLE color: 6405817.

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

Color convert

RGB18519097-
CMYK0.0300.490.25
HSL63.23º41.7%56.27%-
HSV(B)63.23º48.95%74.51%-
XYZ40.584818.44-
YUV177.982.34133.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=39.19%
G=40.25%
B=20.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185190970.0300.490.2563.2341.756.27
HexB9BE613031193f2a38
Octal271276141306131775270
Binary1011100110111110110000111011000111001111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE61; }

 p { color: rgb(185,190,97); }

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

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

 a { background-color: rgb(185,190,97); }

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

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

 span { border-color: rgb(185,190,97); }

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