#BFC56A

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

Shades of Wild Willow #BFC56A

Tints of Wild Willow #BFC56A

Color information

#BFC56A (or 0xBFC56A) is unknown color: approx Wild Willow. HEX triplet: BF, C5 and 6A. RGB value is (191,197,106). Sum of RGB (Red+Green+Blue) = 191+197+106=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 106 (41.80% from 255 or 21.46% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC56A is #403A95. Grayscale: #B9B9B9. Windows color (decimal): -4209302 or 6997439. OLE color: 6997439.

HSL color Cylindrical-coordinate representation of color #BFC56A: hue angle of 63.96º degrees, saturation: 0.44, 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 #BFC56A is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB191197106-
CMYK0.0300.460.23
HSL63.96º43.96%59.41%-
HSV(B)63.96º46.19%77.25%-
XYZ44.0552.0521.36-
YUV184.8383.51132.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 197 (77.34% from 255) = 39.88%
BLUE value IS 106 (41.80% from 255) = 21.46%
R=38.66%
G=39.88%
B=21.46%

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
Decimal1911971060.0300.460.2363.9643.9659.41
HexBFC56A302E17402c3b
Octal2773051523056271005473
Binary10111111110001011101010110101110101111000000101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC56A; }

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

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

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

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

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

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

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

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