#BFC36A

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

Shades of Wild Willow #BFC36A

Tints of Wild Willow #BFC36A

Color information

#BFC36A (or 0xBFC36A) is unknown color: approx Wild Willow. HEX triplet: BF, C3 and 6A. RGB value is (191,195,106). Sum of RGB (Red+Green+Blue) = 191+195+106=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC36A is #403C95. Grayscale: #B8B8B8. Windows color (decimal): -4209814 or 6996927. OLE color: 6996927.

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

Color convert

RGB191195106-
CMYK0.0200.460.24
HSL62.7º42.58%59.02%-
HSV(B)62.7º45.64%76.47%-
XYZ43.651.1521.21-
YUV183.6684.17133.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=38.82%
G=39.63%
B=21.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951060.0200.460.2462.742.5859.02
HexBFC36A202E183f2b3b
Octal277303152205630775373
Binary1011111111000011110101010010111011000111111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC36A; }

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

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

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

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

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

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

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

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