#B1BF5D

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

Shades of Wild Willow #B1BF5D

Tints of Wild Willow #B1BF5D

Color information

#B1BF5D (or 0xB1BF5D) is unknown color: approx Wild Willow. HEX triplet: B1, BF and 5D. RGB value is (177,191,93). Sum of RGB (Red+Green+Blue) = 177+191+93=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BF5D is #4E40A2. Grayscale: #B0B0B0. Windows color (decimal): -5128355 or 6143921. OLE color: 6143921.

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

Color convert

RGB17719193-
CMYK0.0700.510.25
HSL68.57º43.36%55.69%-
HSV(B)68.57º51.31%74.9%-
XYZ38.7447.417.46-
YUV175.6481.36128.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.39%
GREEN value IS 191 (75% from 255) = 41.43%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=38.39%
G=41.43%
B=20.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177191930.0700.510.2568.5743.3655.69
HexB1BF5D703319452b38
Octal2612771357063311055370
Binary101100011011111110111011110110011110011000101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF5D; }

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

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

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

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

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

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

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

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