#bfc46a

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

Shades of Wild Willow #BFC46A

Tints of Wild Willow #BFC46A

Color information

#BFC46A (or 0xBFC46A) is unknown color: approx Wild Willow. HEX triplet: BF, C4 and 6A. RGB value is (191,196,106). Sum of RGB (Red+Green+Blue) = 191+196+106=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC46A is #403B95. Grayscale: #B8B8B8. Windows color (decimal): -4209558 or 6997183. OLE color: 6997183.

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

Color convert

RGB191196106-
CMYK0.0300.460.23
HSL63.33º43.27%59.22%-
HSV(B)63.33º45.92%76.86%-
XYZ43.8351.621.28-
YUV184.2483.84132.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 196 (76.95% from 255) = 39.76%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=38.74%
G=39.76%
B=21.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961060.0300.460.2363.3343.2759.22
HexBFC46A302E173f2b3b
Octal277304152305627775373
Binary1011111111000100110101011010111010111111111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc46a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc46a; }

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

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

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

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

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

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

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

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