#B8BF5D

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

Shades of Wild Willow #B8BF5D

Tints of Wild Willow #B8BF5D

Color information

#B8BF5D (or 0xB8BF5D) is unknown color: approx Wild Willow. HEX triplet: B8, BF and 5D. RGB value is (184,191,93). Sum of RGB (Red+Green+Blue) = 184+191+93=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF5D is #4740A2. Grayscale: #B2B2B2. Windows color (decimal): -4669603 or 6143928. OLE color: 6143928.

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

Color convert

RGB18419193-
CMYK0.0400.510.25
HSL64.29º43.36%55.69%-
HSV(B)64.29º51.31%74.9%-
XYZ40.3748.2417.54-
YUV177.7480.18132.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 191 (75% from 255) = 40.81%
BLUE value IS 93 (36.72% from 255) = 19.87%
R=39.32%
G=40.81%
B=19.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal184191930.0400.510.2564.2943.3655.69
HexB8BF5D403319402b38
Octal2702771354063311005370
Binary101110001011111110111011000110011110011000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BF5D; }

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

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

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

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

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

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

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

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