#BFDA61

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

Shades of Wild Willow #BFDA61

Tints of Wild Willow #BFDA61

Color information

#BFDA61 (or 0xBFDA61) is unknown color: approx Wild Willow. HEX triplet: BF, DA and 61. RGB value is (191,218,97). Sum of RGB (Red+Green+Blue) = 191+218+97=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 218 (85.55% from 255 or 43.08% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDA61 is #40259E. Grayscale: #C4C4C4. Windows color (decimal): -4203935 or 6412991. OLE color: 6412991.

HSL color Cylindrical-coordinate representation of color #BFDA61: hue angle of 73.39º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFDA61 is Cyan = 0.12, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB19121897-
CMYK0.1200.560.15
HSL73.39º62.05%61.76%-
HSV(B)73.39º55.5%85.49%-
XYZ48.7162.0820.72-
YUV196.1372.05124.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.75%
GREEN value IS 218 (85.55% from 255) = 43.08%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=37.75%
G=43.08%
B=19.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal191218970.1200.560.1573.3962.0561.76
HexBFDA61C038F493e3e
Octal27733214114070171117676
Binary101111111101101011000011100011100011111001001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDA61; }

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

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

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

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

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

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

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

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