#BFC463

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

Shades of Wild Willow #BFC463

Tints of Wild Willow #BFC463

Color information

#BFC463 (or 0xBFC463) is unknown color: approx Wild Willow. HEX triplet: BF, C4 and 63. RGB value is (191,196,99). Sum of RGB (Red+Green+Blue) = 191+196+99=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 99 (39.06% from 255 or 20.37% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC463 is #403B9C. Grayscale: #B7B7B7. Windows color (decimal): -4209565 or 6538431. OLE color: 6538431.

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

Color convert

RGB19119699-
CMYK0.0300.490.23
HSL63.09º45.12%57.84%-
HSV(B)63.09º49.49%76.86%-
XYZ43.4851.4619.45-
YUV183.4580.34133.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 99 (39.06% from 255) = 20.37%
R=39.30%
G=40.33%
B=20.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191196990.0300.490.2363.0945.1257.84
HexBFC4633031173f2d3a
Octal277304143306127775572
Binary1011111111000100110001111011000110111111111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC463; }

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

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

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

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

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

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

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

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