#BFCF63

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

Shades of Wild Willow #BFCF63

Tints of Wild Willow #BFCF63

Color information

#BFCF63 (or 0xBFCF63) is unknown color: approx Wild Willow. HEX triplet: BF, CF and 63. RGB value is (191,207,99). Sum of RGB (Red+Green+Blue) = 191+207+99=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF63 is #40309C. Grayscale: #BEBEBE. Windows color (decimal): -4206749 or 6541247. OLE color: 6541247.

HSL color Cylindrical-coordinate representation of color #BFCF63: hue angle of 68.89º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BFCF63 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB19120799-
CMYK0.0800.520.19
HSL68.89º52.94%60%-
HSV(B)68.89º52.17%81.18%-
XYZ46.0556.620.3-
YUV189.976.7128.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=38.43%
G=41.65%
B=19.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191207990.0800.520.1968.8952.9460
HexBFCF6380341345353c
Octal27731714310064231056574
Binary1011111111001111110001110000110100100111000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF63; }

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

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

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

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

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

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

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

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