#BFC36B

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

Shades of Wild Willow #BFC36B

Tints of Wild Willow #BFC36B

Color information

#BFC36B (or 0xBFC36B) is unknown color: approx Wild Willow. HEX triplet: BF, C3 and 6B. RGB value is (191,195,107). Sum of RGB (Red+Green+Blue) = 191+195+107=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC36B is #403C94. Grayscale: #B8B8B8. Windows color (decimal): -4209813 or 7062463. OLE color: 7062463.

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

Color convert

RGB191195107-
CMYK0.0200.450.24
HSL62.73º42.31%59.22%-
HSV(B)62.73º45.13%76.47%-
XYZ43.6551.1721.49-
YUV183.7784.67133.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.74%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=38.74%
G=39.55%
B=21.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951070.0200.450.2462.7342.3159.22
HexBFC36B202D183f2a3b
Octal277303153205530775273
Binary1011111111000011110101110010110111000111111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC36B; }

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

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

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

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

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

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

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

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