#BFC468

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

Shades of Wild Willow #BFC468

Tints of Wild Willow #BFC468

Color information

#BFC468 (or 0xBFC468) is unknown color: approx Wild Willow. HEX triplet: BF, C4 and 68. RGB value is (191,196,104). Sum of RGB (Red+Green+Blue) = 191+196+104=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC468 is #403B97. Grayscale: #B8B8B8. Windows color (decimal): -4209560 or 6866111. OLE color: 6866111.

HSL color Cylindrical-coordinate representation of color #BFC468: hue angle of 63.26º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BFC468 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB191196104-
CMYK0.0300.470.23
HSL63.26º43.81%58.82%-
HSV(B)63.26º46.94%76.86%-
XYZ43.7251.5620.74-
YUV184.0282.84132.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 196 (76.95% from 255) = 39.92%
BLUE value IS 104 (41.02% from 255) = 21.18%
R=38.90%
G=39.92%
B=21.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961040.0300.470.2363.2643.8158.82
HexBFC468302F173f2c3b
Octal277304150305727775473
Binary1011111111000100110100011010111110111111111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC468; }

 p { color: rgb(191,196,104); }

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

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

 a { background-color: rgb(191,196,104); }

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

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

 span { border-color: rgb(191,196,104); }

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