#BFC763

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

Shades of Wild Willow #BFC763

Tints of Wild Willow #BFC763

Color information

#BFC763 (or 0xBFC763) is unknown color: approx Wild Willow. HEX triplet: BF, C7 and 63. RGB value is (191,199,99). Sum of RGB (Red+Green+Blue) = 191+199+99=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 99 (39.06% from 255 or 20.25% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC763 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC763 is #40389C. Grayscale: #B9B9B9. Windows color (decimal): -4208797 or 6539199. OLE color: 6539199.

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

Color convert

RGB19119999-
CMYK0.0400.500.22
HSL64.8º47.17%58.43%-
HSV(B)64.8º50.25%78.04%-
XYZ44.1652.8219.67-
YUV185.2179.35132.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 199 (78.12% from 255) = 40.70%
BLUE value IS 99 (39.06% from 255) = 20.25%
R=39.06%
G=40.70%
B=20.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191199990.0400.500.2264.847.1758.43
HexBFC763403216412f3a
Octal2773071434062261015772
Binary101111111100011111000111000110010101101000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC763; }

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

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

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

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

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

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

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

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