#BFC86E

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

Shades of Wild Willow #BFC86E

Tints of Wild Willow #BFC86E

Color information

#BFC86E (or 0xBFC86E) is unknown color: approx Wild Willow. HEX triplet: BF, C8 and 6E. RGB value is (191,200,110). Sum of RGB (Red+Green+Blue) = 191+200+110=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 200 (78.52% from 255 or 39.92% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC86E is #403791. Grayscale: #BBBBBB. Windows color (decimal): -4208530 or 7260351. OLE color: 7260351.

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

Color convert

RGB191200110-
CMYK0.0400.450.22
HSL66º45%60.78%-
HSV(B)66º45%78.43%-
XYZ44.9553.5122.71-
YUV187.0584.52130.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.12%
GREEN value IS 200 (78.52% from 255) = 39.92%
BLUE value IS 110 (43.36% from 255) = 21.96%
R=38.12%
G=39.92%
B=21.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001100.0400.450.22664560.78
HexBFC86E402D16422d3d
Octal2773101564055261025575
Binary101111111100100011011101000101101101101000010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC86E; }

 p { color: rgb(191,200,110); }

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

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

 a { background-color: rgb(191,200,110); }

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

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

 span { border-color: rgb(191,200,110); }

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