#B5BF5C

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

Shades of Wild Willow #B5BF5C

Tints of Wild Willow #B5BF5C

Color information

#B5BF5C (or 0xB5BF5C) is unknown color: approx Wild Willow. HEX triplet: B5, BF and 5C. RGB value is (181,191,92). Sum of RGB (Red+Green+Blue) = 181+191+92=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF5C is #4A40A3. Grayscale: #B1B1B1. Windows color (decimal): -4866212 or 6078389. OLE color: 6078389.

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

Color convert

RGB18119192-
CMYK0.0500.520.25
HSL66.06º43.61%55.49%-
HSV(B)66.06º51.83%74.9%-
XYZ39.6247.8617.27-
YUV176.7280.19131.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.01%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=39.01%
G=41.16%
B=19.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181191920.0500.520.2566.0643.6155.49
HexB5BF5C503419422c37
Octal2652771345064311025467
Binary101101011011111110111001010110100110011000010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF5C; }

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

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

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

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

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

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

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

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