#bfc163

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

Shades of Wild Willow #BFC163

Tints of Wild Willow #BFC163

Color information

#BFC163 (or 0xBFC163) is unknown color: approx Wild Willow. HEX triplet: BF, C1 and 63. RGB value is (191,193,99). Sum of RGB (Red+Green+Blue) = 191+193+99=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 99 (39.06% from 255 or 20.50% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC163 is #403E9C. Grayscale: #B6B6B6. Windows color (decimal): -4210333 or 6537663. OLE color: 6537663.

HSL color Cylindrical-coordinate representation of color #BFC163: hue angle of 61.28º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFC163 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19119399-
CMYK0.0100.490.24
HSL61.28º43.12%57.25%-
HSV(B)61.28º48.7%75.69%-
XYZ42.8150.1219.22-
YUV181.6981.34134.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.54%
GREEN value IS 193 (75.78% from 255) = 39.96%
BLUE value IS 99 (39.06% from 255) = 20.50%
R=39.54%
G=39.96%
B=20.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193990.0100.490.2461.2843.1257.25
HexBFC1631031183d2b39
Octal277301143106130755371
Binary101111111100000111000111011000111000111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc163; }

 p { color: rgb(191,193,99); }

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

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

 a { background-color: rgb(191,193,99); }

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

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

 span { border-color: rgb(191,193,99); }

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