#BFCF61

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

Shades of Wild Willow #BFCF61

Tints of Wild Willow #BFCF61

Color information

#BFCF61 (or 0xBFCF61) is unknown color: approx Wild Willow. HEX triplet: BF, CF and 61. RGB value is (191,207,97). Sum of RGB (Red+Green+Blue) = 191+207+97=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF61 is #40309E. Grayscale: #BEBEBE. Windows color (decimal): -4206751 or 6410175. OLE color: 6410175.

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

Color convert

RGB19120797-
CMYK0.0800.530.19
HSL68.73º53.4%59.61%-
HSV(B)68.73º53.14%81.18%-
XYZ45.9656.5719.81-
YUV189.6875.7128.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.59%
GREEN value IS 207 (81.25% from 255) = 41.82%
BLUE value IS 97 (38.28% from 255) = 19.60%
R=38.59%
G=41.82%
B=19.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal191207970.0800.530.1968.7353.459.61
HexBFCF6180351345353c
Octal27731714110065231056574
Binary1011111111001111110000110000110101100111000101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF61; }

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

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

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

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

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

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

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

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