#BFC66F

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

Shades of Wild Willow #BFC66F

Tints of Wild Willow #BFC66F

Color information

#BFC66F (or 0xBFC66F) is unknown color: approx Wild Willow. HEX triplet: BF, C6 and 6F. RGB value is (191,198,111). Sum of RGB (Red+Green+Blue) = 191+198+111=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC66F is #403990. Grayscale: #BABABA. Windows color (decimal): -4209041 or 7325375. OLE color: 7325375.

HSL color Cylindrical-coordinate representation of color #BFC66F: hue angle of 64.83º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFC66F is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB191198111-
CMYK0.0400.440.22
HSL64.83º43.28%60.59%-
HSV(B)64.83º43.94%77.65%-
XYZ44.5552.6122.85-
YUV185.9985.68131.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.2%
GREEN value IS 198 (77.73% from 255) = 39.6%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=38.2%
G=39.6%
B=22.2%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981110.0400.440.2264.8343.2860.59
HexBFC66F402C16412b3d
Octal2773061574054261015375
Binary101111111100011011011111000101100101101000001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC66F; }

 p { color: rgb(191,198,111); }

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

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

 a { background-color: rgb(191,198,111); }

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

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

 span { border-color: rgb(191,198,111); }

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