#BFC656

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

Shades of Wild Willow #BFC656

Tints of Wild Willow #BFC656

Color information

#BFC656 (or 0xBFC656) is unknown color: approx Wild Willow. HEX triplet: BF, C6 and 56. RGB value is (191,198,86). Sum of RGB (Red+Green+Blue) = 191+198+86=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 198 (77.73% from 255 or 41.68% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC656 is #4039A9. Grayscale: #B7B7B7. Windows color (decimal): -4209066 or 5686975. OLE color: 5686975.

HSL color Cylindrical-coordinate representation of color #BFC656: hue angle of 63.75º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFC656 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19119886-
CMYK0.0400.570.22
HSL63.75º49.56%55.69%-
HSV(B)63.75º56.57%77.65%-
XYZ43.3652.1416.58-
YUV183.1473.18133.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 198 (77.73% from 255) = 41.68%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=40.21%
G=41.68%
B=18.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191198860.0400.570.2263.7549.5655.69
HexBFC656403916403238
Octal2773061264071261006270
Binary101111111100011010101101000111001101101000000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC656; }

 p { color: rgb(191,198,86); }

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

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

 a { background-color: rgb(191,198,86); }

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

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

 span { border-color: rgb(191,198,86); }

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