#BFC465

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

Shades of Wild Willow #BFC465

Tints of Wild Willow #BFC465

Color information

#BFC465 (or 0xBFC465) is unknown color: approx Wild Willow. HEX triplet: BF, C4 and 65. RGB value is (191,196,101). Sum of RGB (Red+Green+Blue) = 191+196+101=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 196 (76.95% from 255 or 40.16% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC465 is #403B9A. Grayscale: #B8B8B8. Windows color (decimal): -4209563 or 6669503. OLE color: 6669503.

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

Color convert

RGB191196101-
CMYK0.0300.480.23
HSL63.16º44.6%58.24%-
HSV(B)63.16º48.47%76.86%-
XYZ43.5751.519.95-
YUV183.6881.34133.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 196 (76.95% from 255) = 40.16%
BLUE value IS 101 (39.84% from 255) = 20.70%
R=39.14%
G=40.16%
B=20.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961010.0300.480.2363.1644.658.24
HexBFC4653030173f2d3a
Octal277304145306027775572
Binary1011111111000100110010111011000010111111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC465; }

 p { color: rgb(191,196,101); }

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

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

 a { background-color: rgb(191,196,101); }

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

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

 span { border-color: rgb(191,196,101); }

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