#BFC655

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

Shades of Wild Willow #BFC655

Tints of Wild Willow #BFC655

Color information

#BFC655 (or 0xBFC655) is unknown color: approx Wild Willow. HEX triplet: BF, C6 and 55. RGB value is (191,198,85). Sum of RGB (Red+Green+Blue) = 191+198+85=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC655 is #4039AA. Grayscale: #B7B7B7. Windows color (decimal): -4209067 or 5621439. OLE color: 5621439.

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

Color convert

RGB19119885-
CMYK0.0400.570.22
HSL63.72º49.78%55.49%-
HSV(B)63.72º57.07%77.65%-
XYZ43.3252.1216.37-
YUV183.0272.68133.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 198 (77.73% from 255) = 41.77%
BLUE value IS 85 (33.59% from 255) = 17.93%
R=40.30%
G=41.77%
B=17.93%

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
Decimal191198850.0400.570.2263.7249.7855.49
HexBFC655403916403237
Octal2773061254071261006267
Binary101111111100011010101011000111001101101000000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC655; }

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

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

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

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

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

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

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

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