#B5BF63

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

Shades of Wild Willow #B5BF63

Tints of Wild Willow #B5BF63

Color information

#B5BF63 (or 0xB5BF63) is unknown color: approx Wild Willow. HEX triplet: B5, BF and 63. RGB value is (181,191,99). Sum of RGB (Red+Green+Blue) = 181+191+99=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 99 (39.06% from 255 or 21.02% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF63 is #4A409C. Grayscale: #B1B1B1. Windows color (decimal): -4866205 or 6537141. OLE color: 6537141.

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

Color convert

RGB18119199-
CMYK0.0500.480.25
HSL66.52º41.82%56.86%-
HSV(B)66.52º48.17%74.9%-
XYZ39.9447.9918.96-
YUV177.5283.69130.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 191 (75% from 255) = 40.55%
BLUE value IS 99 (39.06% from 255) = 21.02%
R=38.43%
G=40.55%
B=21.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181191990.0500.480.2566.5241.8256.86
HexB5BF63503019432a39
Octal2652771435060311035271
Binary101101011011111111000111010110000110011000011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF63; }

 p { color: rgb(181,191,99); }

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

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

 a { background-color: rgb(181,191,99); }

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

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

 span { border-color: rgb(181,191,99); }

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