#BFD964

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

Shades of Wild Willow #BFD964

Tints of Wild Willow #BFD964

Color information

#BFD964 (or 0xBFD964) is unknown color: approx Wild Willow. HEX triplet: BF, D9 and 64. RGB value is (191,217,100). Sum of RGB (Red+Green+Blue) = 191+217+100=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD964 is #40269B. Grayscale: #C4C4C4. Windows color (decimal): -4204188 or 6609343. OLE color: 6609343.

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

Color convert

RGB191217100-
CMYK0.1200.540.15
HSL73.33º60.62%62.16%-
HSV(B)73.33º53.92%85.1%-
XYZ48.661.6221.39-
YUV195.8973.89124.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 217 (85.16% from 255) = 42.72%
BLUE value IS 100 (39.45% from 255) = 19.69%
R=37.60%
G=42.72%
B=19.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912171000.1200.540.1573.3360.6262.16
HexBFD964C036F493d3e
Octal27733114414066171117576
Binary101111111101100111001001100011011011111001001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD964; }

 p { color: rgb(191,217,100); }

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

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

 a { background-color: rgb(191,217,100); }

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

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

 span { border-color: rgb(191,217,100); }

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