#BFD163

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

Shades of Wild Willow #BFD163

Tints of Wild Willow #BFD163

Color information

#BFD163 (or 0xBFD163) is unknown color: approx Wild Willow. HEX triplet: BF, D1 and 63. RGB value is (191,209,99). Sum of RGB (Red+Green+Blue) = 191+209+99=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD163 is #402E9C. Grayscale: #BFBFBF. Windows color (decimal): -4206237 or 6541759. OLE color: 6541759.

HSL color Cylindrical-coordinate representation of color #BFD163: hue angle of 69.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BFD163 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB19120999-
CMYK0.0900.530.18
HSL69.82º54.46%60.39%-
HSV(B)69.82º52.63%81.96%-
XYZ46.5457.5820.47-
YUV191.0876.04127.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 209 (82.03% from 255) = 41.88%
BLUE value IS 99 (39.06% from 255) = 19.84%
R=38.28%
G=41.88%
B=19.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal191209990.0900.530.1869.8254.4660.39
HexBFD16390351246363c
Octal27732114311065221066674
Binary1011111111010001110001110010110101100101000110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD163; }

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

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

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

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

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

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

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

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