#BFC669

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

Shades of Wild Willow #BFC669

Tints of Wild Willow #BFC669

Color information

#BFC669 (or 0xBFC669) is unknown color: approx Wild Willow. HEX triplet: BF, C6 and 69. RGB value is (191,198,105). Sum of RGB (Red+Green+Blue) = 191+198+105=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC669 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC669 is #403996. Grayscale: #B9B9B9. Windows color (decimal): -4209047 or 6932159. OLE color: 6932159.

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

Color convert

RGB191198105-
CMYK0.0400.470.22
HSL64.52º44.93%59.41%-
HSV(B)64.52º46.97%77.65%-
XYZ44.2352.4821.16-
YUV185.382.68132.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.66%
GREEN value IS 198 (77.73% from 255) = 40.08%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=38.66%
G=40.08%
B=21.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981050.0400.470.2264.5244.9359.41
HexBFC669402F16412d3b
Octal2773061514057261015573
Binary101111111100011011010011000101111101101000001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC669; }

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

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

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

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

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

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

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

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