#BFC664

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

Shades of Wild Willow #BFC664

Tints of Wild Willow #BFC664

Color information

#BFC664 (or 0xBFC664) is unknown color: approx Wild Willow. HEX triplet: BF, C6 and 64. RGB value is (191,198,100). Sum of RGB (Red+Green+Blue) = 191+198+100=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 198 (77.73% from 255 or 40.49% from 489); Blue value is 100 (39.45% from 255 or 20.45% from 489); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC664 is #40399B. Grayscale: #B9B9B9. Windows color (decimal): -4209052 or 6604479. OLE color: 6604479.

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

Color convert

RGB191198100-
CMYK0.0400.490.22
HSL64.29º46.23%58.43%-
HSV(B)64.29º49.49%77.65%-
XYZ43.9852.3819.85-
YUV184.7480.18132.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 198 (77.73% from 255) = 40.49%
BLUE value IS 100 (39.45% from 255) = 20.45%
R=39.06%
G=40.49%
B=20.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981000.0400.490.2264.2946.2358.43
HexBFC664403116402e3a
Octal2773061444061261005672
Binary101111111100011011001001000110001101101000000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC664; }

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

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

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

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

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

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

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

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