#BFC560

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

Shades of Wild Willow #BFC560

Tints of Wild Willow #BFC560

Color information

#BFC560 (or 0xBFC560) is unknown color: approx Wild Willow. HEX triplet: BF, C5 and 60. RGB value is (191,197,96). Sum of RGB (Red+Green+Blue) = 191+197+96=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 197 (77.34% from 255 or 40.70% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC560 is #403A9F. Grayscale: #B8B8B8. Windows color (decimal): -4209312 or 6342079. OLE color: 6342079.

HSL color Cylindrical-coordinate representation of color #BFC560: hue angle of 63.56º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFC560 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB19119796-
CMYK0.0300.510.23
HSL63.56º46.54%57.45%-
HSV(B)63.56º51.27%77.25%-
XYZ43.5651.8518.78-
YUV183.6978.51133.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 197 (77.34% from 255) = 40.70%
BLUE value IS 96 (37.89% from 255) = 19.83%
R=39.46%
G=40.70%
B=19.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191197960.0300.510.2363.5646.5457.45
HexBFC560303317402f39
Octal2773051403063271005771
Binary10111111110001011100000110110011101111000000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC560; }

 p { color: rgb(191,197,96); }

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

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

 a { background-color: rgb(191,197,96); }

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

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

 span { border-color: rgb(191,197,96); }

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