#B8BF61

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

Shades of Wild Willow #B8BF61

Tints of Wild Willow #B8BF61

Color information

#B8BF61 (or 0xB8BF61) is unknown color: approx Wild Willow. HEX triplet: B8, BF and 61. RGB value is (184,191,97). Sum of RGB (Red+Green+Blue) = 184+191+97=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF61 is #47409E. Grayscale: #B2B2B2. Windows color (decimal): -4669599 or 6406072. OLE color: 6406072.

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

Color convert

RGB18419197-
CMYK0.0400.490.25
HSL64.47º42.34%56.47%-
HSV(B)64.47º49.21%74.9%-
XYZ40.5648.3218.5-
YUV178.1982.18132.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 191 (75% from 255) = 40.47%
BLUE value IS 97 (38.28% from 255) = 20.55%
R=38.98%
G=40.47%
B=20.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184191970.0400.490.2564.4742.3456.47
HexB8BF61403119402a38
Octal2702771414061311005270
Binary101110001011111111000011000110001110011000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF61; }

 p { color: rgb(184,191,97); }

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

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

 a { background-color: rgb(184,191,97); }

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

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

 span { border-color: rgb(184,191,97); }

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