#bcbf5b

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

Shades of Wild Willow #BCBF5B

Tints of Wild Willow #BCBF5B

Color information

#BCBF5B (or 0xBCBF5B) is unknown color: approx Wild Willow. HEX triplet: BC, BF and 5B. RGB value is (188,191,91). Sum of RGB (Red+Green+Blue) = 188+191+91=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 91 (35.94% from 255 or 19.36% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF5B is #4340A4. Grayscale: #B3B3B3. Windows color (decimal): -4407461 or 6012860. OLE color: 6012860.

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

Color convert

RGB18819191-
CMYK0.0200.520.25
HSL61.8º43.86%55.29%-
HSV(B)61.8º52.36%74.9%-
XYZ41.2648.7117.12-
YUV178.778.51134.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 91 (35.94% from 255) = 19.36%
R=40%
G=40.64%
B=19.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188191910.0200.520.2561.843.8655.29
HexBCBF5B2034193e2c37
Octal274277133206431765467
Binary1011110010111111101101110011010011001111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcbf5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcbf5b; }

 p { color: rgb(188,191,91); }

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

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

 a { background-color: rgb(188,191,91); }

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

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

 span { border-color: rgb(188,191,91); }

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